Html Css Color HEX #781012 Red Berry

📋 copy color: '#781012'

red 120 ◦ green 16 ◦ blue 18

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

Shades of Red Berry #781012

Tints of Red Berry #781012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.39%

 BLUE value IS 18 (7.42% from 255) = 11.69%

R = 77.92%
G = 10.39%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#781012 (or 0x781012) is known color: Red Berry. HEX triplet: 78, 10 and 12. RGB value is (120,16,18). Sum of RGB (Red+Green+Blue) = 120+16+18=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #781012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781012 is #87EFED. Grayscale: #2F2F2F. Windows color (decimal): -8908782 or 1183864. OLE color: 1183864.

HSL color Cylindrical-coordinate representation of color #781012: hue angle of 358.85º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781012 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 18 -
CMYK 0 0.87 0.85 0.53
HSL 358.85º 0.76% 0.27% -
HSV(B) 358.85º 0.87% 0.47% -
XYZ 8.04 4.41 1 -
YUV 47.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 120 16 18 0 0.87 0.85 0.53 358.85 0.76 0.27
Hex 78 10 12 0 57 55 35 167 4C 1B
Octal 170 20 22 0 127 125 65 547 114 33
Binary 1111000 10000 10010 0 1010111 1010101 110101 101100111 1001100 11011

Color Harmonies of #781012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781012

Black with #781012

Text Example


Text Example

White with #781012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781012; }

 p { color: rgb(120,16,18); }

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

background-color css

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

 a { background-color: rgb(120,16,18); }

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

border-color css

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

 span { border-color: rgb(120,16,18); }

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