Html Css Color HEX #781524 Red Berry

📋 copy color: '#781524'

red 120 ◦ green 21 ◦ blue 36

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

Shades of Red Berry #781524

Tints of Red Berry #781524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.34%

R = 67.8%
G = 11.86%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#781524 (or 0x781524) is known color: Red Berry. HEX triplet: 78, 15 and 24. RGB value is (120,21,36). Sum of RGB (Red+Green+Blue) = 120+21+36=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #781524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781524 is #87EADB. Grayscale: #343434. Windows color (decimal): -8907484 or 2364792. OLE color: 2364792.

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

Color convert

RGB 120 21 36 -
CMYK 0 0.83 0.7 0.53
HSL 350.91º 0.7% 0.28% -
HSV(B) 350.91º 0.83% 0.47% -
XYZ 8.33 4.66 2.13 -
YUV 52.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 120 21 36 0 0.83 0.7 0.53 350.91 0.7 0.28
Hex 78 15 24 0 53 46 35 15F 46 1C
Octal 170 25 44 0 123 106 65 537 106 34
Binary 1111000 10101 100100 0 1010011 1000110 110101 101011111 1000110 11100

Color Harmonies of #781524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781524

Black with #781524

Text Example


Text Example

White with #781524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781524; }

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

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

background-color css

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

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

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

border-color css

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

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

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