Html Css Color HEX #78142B Red Berry

📋 copy color: '#78142B'

red 120 ◦ green 20 ◦ blue 43

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

Shades of Red Berry #78142B

Tints of Red Berry #78142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 65.57%
G = 10.93%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78142B (or 0x78142B) is known color: Red Berry. HEX triplet: 78, 14 and 2B. RGB value is (120,20,43). Sum of RGB (Red+Green+Blue) = 120+20+43=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78142B is #87EBD4. Grayscale: #343434. Windows color (decimal): -8907733 or 2823288. OLE color: 2823288.

HSL color Cylindrical-coordinate representation of color #78142B: hue angle of 346.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78142B is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 20 43 -
CMYK 0 0.83 0.64 0.53
HSL 346.2º 0.71% 0.27% -
HSV(B) 346.2º 0.83% 0.47% -
XYZ 8.43 4.67 2.74 -
YUV 52.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 120 20 43 0 0.83 0.64 0.53 346.2 0.71 0.27
Hex 78 14 2B 0 53 40 35 15A 47 1B
Octal 170 24 53 0 123 100 65 532 107 33
Binary 1111000 10100 101011 0 1010011 1000000 110101 101011010 1000111 11011

Color Harmonies of #78142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78142B

Black with #78142B

Text Example


Text Example

White with #78142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78142B; }

 p { color: rgb(120,20,43); }

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

background-color css

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

 a { background-color: rgb(120,20,43); }

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

border-color css

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

 span { border-color: rgb(120,20,43); }

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