Html Css Color HEX #72212D Red Berry

📋 copy color: '#72212D'

red 114 ◦ green 33 ◦ blue 45

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

Shades of Red Berry #72212D

Tints of Red Berry #72212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.19%

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 59.38%
G = 17.19%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#72212D (or 0x72212D) is known color: Red Berry. HEX triplet: 72, 21 and 2D. RGB value is (114,33,45). Sum of RGB (Red+Green+Blue) = 114+33+45=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72212D is #8DDED2. Grayscale: #3A3A3A. Windows color (decimal): -9297619 or 2957682. OLE color: 2957682.

HSL color Cylindrical-coordinate representation of color #72212D: hue angle of 351.11º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72212D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 33 45 -
CMYK 0 0.71 0.61 0.55
HSL 351.11º 0.55% 0.29% -
HSV(B) 351.11º 0.71% 0.45% -
XYZ 7.96 4.85 3 -
YUV 58.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 114 33 45 0 0.71 0.61 0.55 351.11 0.55 0.29
Hex 72 21 2D 0 47 3D 37 15F 37 1D
Octal 162 41 55 0 107 75 67 537 67 35
Binary 1110010 100001 101101 0 1000111 111101 110111 101011111 110111 11101

Color Harmonies of #72212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72212D

Black with #72212D

Text Example


Text Example

White with #72212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,33,45); }

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

background-color css

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

 a { background-color: rgb(114,33,45); }

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

border-color css

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

 span { border-color: rgb(114,33,45); }

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