Html Css Color HEX #781517 Red Berry

📋 copy color: '#781517'

red 120 ◦ green 21 ◦ blue 23

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

Shades of Red Berry #781517

Tints of Red Berry #781517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.8%

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 73.17%
G = 12.8%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#781517 (or 0x781517) is known color: Red Berry. HEX triplet: 78, 15 and 17. RGB value is (120,21,23). Sum of RGB (Red+Green+Blue) = 120+21+23=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #781517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781517 is #87EAE8. Grayscale: #323232. Windows color (decimal): -8907497 or 1512824. OLE color: 1512824.

HSL color Cylindrical-coordinate representation of color #781517: hue angle of 358.79º degrees, saturation: 0.7, 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 #781517 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 23 -
CMYK 0 0.83 0.81 0.53
HSL 358.79º 0.7% 0.28% -
HSV(B) 358.79º 0.83% 0.47% -
XYZ 8.17 4.59 1.27 -
YUV 50.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 120 21 23 0 0.83 0.81 0.53 358.79 0.7 0.28
Hex 78 15 17 0 53 51 35 167 46 1C
Octal 170 25 27 0 123 121 65 547 106 34
Binary 1111000 10101 10111 0 1010011 1010001 110101 101100111 1000110 11100

Color Harmonies of #781517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781517

Black with #781517

Text Example


Text Example

White with #781517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781517; }

 p { color: rgb(120,21,23); }

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

background-color css

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

 a { background-color: rgb(120,21,23); }

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

border-color css

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

 span { border-color: rgb(120,21,23); }

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