Html Css Color HEX #72191B Red Berry

📋 copy color: '#72191B'

red 114 ◦ green 25 ◦ blue 27

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

Shades of Red Berry #72191B

Tints of Red Berry #72191B

RGB

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

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

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

R = 68.67%
G = 15.06%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72191B (or 0x72191B) is known color: Red Berry. HEX triplet: 72, 19 and 1B. RGB value is (114,25,27). Sum of RGB (Red+Green+Blue) = 114+25+27=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72191B is #8DE6E4. Grayscale: #333333. Windows color (decimal): -9299685 or 1775986. OLE color: 1775986.

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

Color convert

RGB 114 25 27 -
CMYK 0 0.78 0.76 0.55
HSL 358.65º 0.64% 0.27% -
HSV(B) 358.65º 0.78% 0.45% -
XYZ 7.48 4.35 1.48 -
YUV 51.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 114 25 27 0 0.78 0.76 0.55 358.65 0.64 0.27
Hex 72 19 1B 0 4E 4C 37 167 40 1B
Octal 162 31 33 0 116 114 67 547 100 33
Binary 1110010 11001 11011 0 1001110 1001100 110111 101100111 1000000 11011

Color Harmonies of #72191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72191B

Black with #72191B

Text Example


Text Example

White with #72191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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