Html Css Color HEX #78181C Red Berry

📋 copy color: '#78181C'

red 120 ◦ green 24 ◦ blue 28

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

Shades of Red Berry #78181C

Tints of Red Berry #78181C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 69.77%
G = 13.95%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#78181C (or 0x78181C) is known color: Red Berry. HEX triplet: 78, 18 and 1C. RGB value is (120,24,28). Sum of RGB (Red+Green+Blue) = 120+24+28=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78181C is #87E7E3. Grayscale: #353535. Windows color (decimal): -8906724 or 1841272. OLE color: 1841272.

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

Color convert

RGB 120 24 28 -
CMYK 0 0.8 0.77 0.53
HSL 357.5º 0.67% 0.28% -
HSV(B) 357.5º 0.8% 0.47% -
XYZ 8.28 4.73 1.58 -
YUV 53.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 120 24 28 0 0.8 0.77 0.53 357.5 0.67 0.28
Hex 78 18 1C 0 50 4D 35 166 43 1C
Octal 170 30 34 0 120 115 65 546 103 34
Binary 1111000 11000 11100 0 1010000 1001101 110101 101100110 1000011 11100

Color Harmonies of #78181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78181C

Black with #78181C

Text Example


Text Example

White with #78181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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