Html Css Color HEX #781618 Red Berry

📋 copy color: '#781618'

red 120 ◦ green 22 ◦ blue 24

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

Shades of Red Berry #781618

Tints of Red Berry #781618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.46%

R = 72.29%
G = 13.25%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#781618 (or 0x781618) is known color: Red Berry. HEX triplet: 78, 16 and 18. RGB value is (120,22,24). Sum of RGB (Red+Green+Blue) = 120+22+24=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #781618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781618 is #87E9E7. Grayscale: #333333. Windows color (decimal): -8907240 or 1578616. OLE color: 1578616.

HSL color Cylindrical-coordinate representation of color #781618: hue angle of 358.78º 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 #781618 is Cyan = 0, Magento = 0.82, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 24 -
CMYK 0 0.82 0.8 0.53
HSL 358.78º 0.69% 0.28% -
HSV(B) 358.78º 0.82% 0.47% -
XYZ 8.2 4.63 1.33 -
YUV 51.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 120 22 24 0 0.82 0.8 0.53 358.78 0.69 0.28
Hex 78 16 18 0 52 50 35 167 45 1C
Octal 170 26 30 0 122 120 65 547 105 34
Binary 1111000 10110 11000 0 1010010 1010000 110101 101100111 1000101 11100

Color Harmonies of #781618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781618

Black with #781618

Text Example


Text Example

White with #781618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781618; }

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

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

background-color css

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

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

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

border-color css

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

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

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