Html Css Color HEX #72171E Red Berry

📋 copy color: '#72171E'

red 114 ◦ green 23 ◦ blue 30

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

Shades of Red Berry #72171E

Tints of Red Berry #72171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.96%

R = 68.26%
G = 13.77%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72171E (or 0x72171E) is known color: Red Berry. HEX triplet: 72, 17 and 1E. RGB value is (114,23,30). Sum of RGB (Red+Green+Blue) = 114+23+30=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72171E is #8DE8E1. Grayscale: #333333. Windows color (decimal): -9300194 or 1972082. OLE color: 1972082.

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

Color convert

RGB 114 23 30 -
CMYK 0 0.80 0.74 0.55
HSL 355.38º 0.66% 0.27% -
HSV(B) 355.38º 0.8% 0.45% -
XYZ 7.48 4.28 1.66 -
YUV 51.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 114 23 30 0 0.80 0.74 0.55 355.38 0.66 0.27
Hex 72 17 1E 0 50 4A 37 163 42 1B
Octal 162 27 36 0 120 112 67 543 102 33
Binary 1110010 10111 11110 0 1010000 1001010 110111 101100011 1000010 11011

Color Harmonies of #72171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72171E

Black with #72171E

Text Example


Text Example

White with #72171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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