Html Css Color HEX #78162C Red Berry

📋 copy color: '#78162C'

red 120 ◦ green 22 ◦ blue 44

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

Shades of Red Berry #78162C

Tints of Red Berry #78162C

RGB

 RED value IS 120 (47.27% from 255) = 64.52%

 GREEN value IS 22 (8.98% from 255) = 11.83%

 BLUE value IS 44 (17.58% from 255) = 23.66%

R = 64.52%
G = 11.83%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78162C (or 0x78162C) is known color: Red Berry. HEX triplet: 78, 16 and 2C. RGB value is (120,22,44). Sum of RGB (Red+Green+Blue) = 120+22+44=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #78162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78162C is #87E9D3. Grayscale: #353535. Windows color (decimal): -8907220 or 2889336. OLE color: 2889336.

HSL color Cylindrical-coordinate representation of color #78162C: hue angle of 346.53º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78162C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 44 -
CMYK 0 0.82 0.63 0.53
HSL 346.53º 0.69% 0.28% -
HSV(B) 346.53º 0.82% 0.47% -
XYZ 8.49 4.75 2.85 -
YUV 53.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 120 22 44 0 0.82 0.63 0.53 346.53 0.69 0.28
Hex 78 16 2C 0 52 3F 35 15B 45 1C
Octal 170 26 54 0 122 77 65 533 105 34
Binary 1111000 10110 101100 0 1010010 111111 110101 101011011 1000101 11100

Color Harmonies of #78162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78162C

Black with #78162C

Text Example


Text Example

White with #78162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78162C; }

 p { color: rgb(120,22,44); }

 H1.HeaderClassName
 {
   color: #78162C;
 }
 .AnyTagClassName
 {
   color: #78162C;
 }
</style>

background-color css

<style>
 a { background-color: #78162C; }

 a { background-color: rgb(120,22,44); }

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

border-color css

<style>
 span { border-color: #78162C; }

 span { border-color: rgb(120,22,44); }

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