Html Css Color HEX #72192B Red Berry

📋 copy color: '#72192B'

red 114 ◦ green 25 ◦ blue 43

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

Shades of Red Berry #72192B

Tints of Red Berry #72192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

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

R = 62.64%
G = 13.74%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#72192B (or 0x72192B) is known color: Red Berry. HEX triplet: 72, 19 and 2B. RGB value is (114,25,43). Sum of RGB (Red+Green+Blue) = 114+25+43=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72192B is #8DE6D4. Grayscale: #353535. Windows color (decimal): -9299669 or 2824562. OLE color: 2824562.

HSL color Cylindrical-coordinate representation of color #72192B: hue angle of 347.87º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72192B is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 43 -
CMYK 0 0.78 0.62 0.55
HSL 347.87º 0.64% 0.27% -
HSV(B) 347.87º 0.78% 0.45% -
XYZ 7.72 4.45 2.74 -
YUV 53.66 121.99 171.04 -
System Red Green Blue C M Y K H S L
Decimal 114 25 43 0 0.78 0.62 0.55 347.87 0.64 0.27
Hex 72 19 2B 0 4E 3E 37 15C 40 1B
Octal 162 31 53 0 116 76 67 534 100 33
Binary 1110010 11001 101011 0 1001110 111110 110111 101011100 1000000 11011

Color Harmonies of #72192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72192B

Black with #72192B

Text Example


Text Example

White with #72192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,25,43); }

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

background-color css

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

 a { background-color: rgb(114,25,43); }

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

border-color css

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

 span { border-color: rgb(114,25,43); }

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