Html Css Color HEX #72171B Red Berry

📋 copy color: '#72171B'

red 114 ◦ green 23 ◦ blue 27

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

Shades of Red Berry #72171B

Tints of Red Berry #72171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

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

R = 69.51%
G = 14.02%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72171B (or 0x72171B) is known color: Red Berry. HEX triplet: 72, 17 and 1B. RGB value is (114,23,27). Sum of RGB (Red+Green+Blue) = 114+23+27=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72171B is #8DE8E4. Grayscale: #323232. Windows color (decimal): -9300197 or 1775474. OLE color: 1775474.

HSL color Cylindrical-coordinate representation of color #72171B: hue angle of 357.36º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72171B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 27 -
CMYK 0 0.80 0.76 0.55
HSL 357.36º 0.66% 0.27% -
HSV(B) 357.36º 0.8% 0.45% -
XYZ 7.44 4.27 1.47 -
YUV 50.67 114.65 173.17 -
System Red Green Blue C M Y K H S L
Decimal 114 23 27 0 0.80 0.76 0.55 357.36 0.66 0.27
Hex 72 17 1B 0 50 4C 37 165 42 1B
Octal 162 27 33 0 120 114 67 545 102 33
Binary 1110010 10111 11011 0 1010000 1001100 110111 101100101 1000010 11011

Color Harmonies of #72171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72171B

Black with #72171B

Text Example


Text Example

White with #72171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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