Html Css Color HEX #72161D Red Berry

📋 copy color: '#72161D'

red 114 ◦ green 22 ◦ blue 29

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

Shades of Red Berry #72161D

Tints of Red Berry #72161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.33%

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

R = 69.09%
G = 13.33%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72161D (or 0x72161D) is known color: Red Berry. HEX triplet: 72, 16 and 1D. RGB value is (114,22,29). Sum of RGB (Red+Green+Blue) = 114+22+29=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72161D is #8DE9E2. Grayscale: #323232. Windows color (decimal): -9300451 or 1906290. OLE color: 1906290.

HSL color Cylindrical-coordinate representation of color #72161D: hue angle of 355.43º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72161D is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 29 -
CMYK 0 0.81 0.75 0.55
HSL 355.43º 0.68% 0.27% -
HSV(B) 355.43º 0.81% 0.45% -
XYZ 7.45 4.24 1.59 -
YUV 50.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 114 22 29 0 0.81 0.75 0.55 355.43 0.68 0.27
Hex 72 16 1D 0 51 4B 37 163 44 1B
Octal 162 26 35 0 121 113 67 543 104 33
Binary 1110010 10110 11101 0 1010001 1001011 110111 101100011 1000100 11011

Color Harmonies of #72161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72161D

Black with #72161D

Text Example


Text Example

White with #72161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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