Html Css Color HEX #720E1B Red Berry

📋 copy color: '#720E1B'

red 114 ◦ green 14 ◦ blue 27

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

Shades of Red Berry #720E1B

Tints of Red Berry #720E1B

RGB

 RED value IS 114 (44.92% from 255) = 73.55%

 GREEN value IS 14 (5.86% from 255) = 9.03%

 BLUE value IS 27 (10.94% from 255) = 17.42%

R = 73.55%
G = 9.03%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#720E1B (or 0x720E1B) is known color: Red Berry. HEX triplet: 72, 0E and 1B. RGB value is (114,14,27). Sum of RGB (Red+Green+Blue) = 114+14+27=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E1B is #8DF1E4. Grayscale: #2D2D2D. Windows color (decimal): -9302501 or 1773170. OLE color: 1773170.

HSL color Cylindrical-coordinate representation of color #720E1B: hue angle of 352.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E1B is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 27 -
CMYK 0 0.88 0.76 0.55
HSL 352.2º 0.78% 0.25% -
HSV(B) 352.2º 0.88% 0.45% -
XYZ 7.29 3.97 1.42 -
YUV 45.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 114 14 27 0 0.88 0.76 0.55 352.2 0.78 0.25
Hex 72 E 1B 0 58 4C 37 160 4E 19
Octal 162 16 33 0 130 114 67 540 116 31
Binary 1110010 1110 11011 0 1011000 1001100 110111 101100000 1001110 11001

Color Harmonies of #720E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E1B

Black with #720E1B

Text Example


Text Example

White with #720E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720E1B; }

 p { color: rgb(114,14,27); }

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

background-color css

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

 a { background-color: rgb(114,14,27); }

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

border-color css

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

 span { border-color: rgb(114,14,27); }

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