Html Css Color HEX #72171D Red Berry

📋 copy color: '#72171D'

red 114 ◦ green 23 ◦ blue 29

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

Shades of Red Berry #72171D

Tints of Red Berry #72171D

RGB

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

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

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

R = 68.67%
G = 13.86%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72171D (or 0x72171D) is known color: Red Berry. HEX triplet: 72, 17 and 1D. RGB value is (114,23,29). Sum of RGB (Red+Green+Blue) = 114+23+29=166 (21% of max value = 765). Red value is 114 (44.92% from 255 or 68.67% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 114 - color contains mainly: red. Hex color #72171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72171D is #8DE8E2. Grayscale: #323232. Windows color (decimal): -9300195 or 1906546. OLE color: 1906546.

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

Color convert

RGB 114 23 29 -
CMYK 0 0.80 0.75 0.55
HSL 356.04º 0.66% 0.27% -
HSV(B) 356.04º 0.8% 0.45% -
XYZ 7.47 4.28 1.59 -
YUV 50.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 114 23 29 0 0.80 0.75 0.55 356.04 0.66 0.27
Hex 72 17 1D 0 50 4B 37 164 42 1B
Octal 162 27 35 0 120 113 67 544 102 33
Binary 1110010 10111 11101 0 1010000 1001011 110111 101100100 1000010 11011

Color Harmonies of #72171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72171D

Black with #72171D

Text Example


Text Example

White with #72171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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