Html Css Color HEX #781820 Red Berry

📋 copy color: '#781820'

red 120 ◦ green 24 ◦ blue 32

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

Shades of Red Berry #781820

Tints of Red Berry #781820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 68.18%
G = 13.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#781820 (or 0x781820) is known color: Red Berry. HEX triplet: 78, 18 and 20. RGB value is (120,24,32). Sum of RGB (Red+Green+Blue) = 120+24+32=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #781820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781820 is #87E7DF. Grayscale: #353535. Windows color (decimal): -8906720 or 2103416. OLE color: 2103416.

HSL color Cylindrical-coordinate representation of color #781820: hue angle of 355º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781820 is Cyan = 0, Magento = 0.8, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 24 32 -
CMYK 0 0.8 0.73 0.53
HSL 355º 0.67% 0.28% -
HSV(B) 355º 0.8% 0.47% -
XYZ 8.33 4.75 1.84 -
YUV 53.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 120 24 32 0 0.8 0.73 0.53 355 0.67 0.28
Hex 78 18 20 0 50 49 35 163 43 1C
Octal 170 30 40 0 120 111 65 543 103 34
Binary 1111000 11000 100000 0 1010000 1001001 110101 101100011 1000011 11100

Color Harmonies of #781820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781820

Black with #781820

Text Example


Text Example

White with #781820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781820; }

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

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

background-color css

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

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

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

border-color css

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

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

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