Html Css Color HEX #7A1323 Red Berry

📋 copy color: '#7A1323'

red 122 ◦ green 19 ◦ blue 35

#7A1323
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #7A1323

Tints of Red Berry #7A1323

RGB

 RED value IS 122 (48.05% from 255) = 69.32%

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 35 (14.06% from 255) = 19.89%

R = 69.32%
G = 10.8%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7A1323 (or 0x7A1323) is known color: Red Berry. HEX triplet: 7A, 13 and 23. RGB value is (122,19,35). Sum of RGB (Red+Green+Blue) = 122+19+35=176 (23% of max value = 765). Red value is 122 (48.05% from 255 or 69.32% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1323 is #85ECDC. Grayscale: #333333. Windows color (decimal): -8776925 or 2298746. OLE color: 2298746.

HSL color Cylindrical-coordinate representation of color #7A1323: hue angle of 350.68º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1323 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 19 35 -
CMYK 0 0.84 0.71 0.52
HSL 350.68º 0.73% 0.28% -
HSV(B) 350.68º 0.84% 0.48% -
XYZ 8.56 4.72 2.05 -
YUV 51.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 122 19 35 0 0.84 0.71 0.52 350.68 0.73 0.28
Hex 7A 13 23 0 54 47 34 15F 49 1C
Octal 172 23 43 0 124 107 64 537 111 34
Binary 1111010 10011 100011 0 1010100 1000111 110100 101011111 1001001 11100

Color Harmonies of #7A1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1323

Black with #7A1323

Text Example


Text Example

White with #7A1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A1323; }

 p { color: rgb(122,19,35); }

 H1.HeaderClassName
 {
   color: #7A1323;
 }
 .AnyTagClassName
 {
   color: #7A1323;
 }
</style>

background-color css

<style>
 a { background-color: #7A1323; }

 a { background-color: rgb(122,19,35); }

 div.DivClassName
 {
   background-color: #7A1323;
 }
 .BgClassName
 {
   background-color: #7A1323;
 }
</style>

border-color css

<style>
 span { border-color: #7A1323; }

 span { border-color: rgb(122,19,35); }

 td.TdClassName
 {
   border-color: #7A1323;
 }
 .TagClassName
 {
   border-color: #7A1323;
 }
</style>