Html Css Color HEX #78152A Red Berry

📋 copy color: '#78152A'

red 120 ◦ green 21 ◦ blue 42

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

Shades of Red Berry #78152A

Tints of Red Berry #78152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.95%

R = 65.57%
G = 11.48%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78152A (or 0x78152A) is known color: Red Berry. HEX triplet: 78, 15 and 2A. RGB value is (120,21,42). Sum of RGB (Red+Green+Blue) = 120+21+42=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78152A is #87EAD5. Grayscale: #353535. Windows color (decimal): -8907478 or 2758008. OLE color: 2758008.

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

Color convert

RGB 120 21 42 -
CMYK 0 0.83 0.65 0.53
HSL 347.27º 0.7% 0.28% -
HSV(B) 347.27º 0.83% 0.47% -
XYZ 8.43 4.7 2.65 -
YUV 53 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 120 21 42 0 0.83 0.65 0.53 347.27 0.7 0.28
Hex 78 15 2A 0 53 41 35 15B 46 1C
Octal 170 25 52 0 123 101 65 533 106 34
Binary 1111000 10101 101010 0 1010011 1000001 110101 101011011 1000110 11100

Color Harmonies of #78152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78152A

Black with #78152A

Text Example


Text Example

White with #78152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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