Html Css Color HEX #72191D Red Berry

📋 copy color: '#72191D'

red 114 ◦ green 25 ◦ blue 29

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

Shades of Red Berry #72191D

Tints of Red Berry #72191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.26%

R = 67.86%
G = 14.88%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72191D (or 0x72191D) is known color: Red Berry. HEX triplet: 72, 19 and 1D. RGB value is (114,25,29). Sum of RGB (Red+Green+Blue) = 114+25+29=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #72191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72191D is #8DE6E2. Grayscale: #343434. Windows color (decimal): -9299683 or 1907058. OLE color: 1907058.

HSL color Cylindrical-coordinate representation of color #72191D: hue angle of 357.3º 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 #72191D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 29 -
CMYK 0 0.78 0.75 0.55
HSL 357.3º 0.64% 0.27% -
HSV(B) 357.3º 0.78% 0.45% -
XYZ 7.51 4.36 1.61 -
YUV 52.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 114 25 29 0 0.78 0.75 0.55 357.3 0.64 0.27
Hex 72 19 1D 0 4E 4B 37 165 40 1B
Octal 162 31 35 0 116 113 67 545 100 33
Binary 1110010 11001 11101 0 1001110 1001011 110111 101100101 1000000 11011

Color Harmonies of #72191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72191D

Black with #72191D

Text Example


Text Example

White with #72191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72191D; }

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

 H1.HeaderClassName
 {
   color: #72191D;
 }
 .AnyTagClassName
 {
   color: #72191D;
 }
</style>

background-color css

<style>
 a { background-color: #72191D; }

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

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

border-color css

<style>
 span { border-color: #72191D; }

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

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