Html Css Color HEX #78162A Red Berry

📋 copy color: '#78162A'

red 120 ◦ green 22 ◦ blue 42

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

Shades of Red Berry #78162A

Tints of Red Berry #78162A

RGB

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

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

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

R = 65.22%
G = 11.96%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78162A (or 0x78162A) is known color: Red Berry. HEX triplet: 78, 16 and 2A. RGB value is (120,22,42). Sum of RGB (Red+Green+Blue) = 120+22+42=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #78162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78162A is #87E9D5. Grayscale: #353535. Windows color (decimal): -8907222 or 2758264. OLE color: 2758264.

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

Color convert

RGB 120 22 42 -
CMYK 0 0.82 0.65 0.53
HSL 347.76º 0.69% 0.28% -
HSV(B) 347.76º 0.82% 0.47% -
XYZ 8.45 4.73 2.66 -
YUV 53.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 120 22 42 0 0.82 0.65 0.53 347.76 0.69 0.28
Hex 78 16 2A 0 52 41 35 15C 45 1C
Octal 170 26 52 0 122 101 65 534 105 34
Binary 1111000 10110 101010 0 1010010 1000001 110101 101011100 1000101 11100

Color Harmonies of #78162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78162A

Black with #78162A

Text Example


Text Example

White with #78162A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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