Html Css Color HEX #72212E Red Berry

📋 copy color: '#72212E'

red 114 ◦ green 33 ◦ blue 46

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

Shades of Red Berry #72212E

Tints of Red Berry #72212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 59.07%
G = 17.1%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#72212E (or 0x72212E) is known color: Red Berry. HEX triplet: 72, 21 and 2E. RGB value is (114,33,46). Sum of RGB (Red+Green+Blue) = 114+33+46=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72212E is #8DDED1. Grayscale: #3A3A3A. Windows color (decimal): -9297618 or 3023218. OLE color: 3023218.

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

Color convert

RGB 114 33 46 -
CMYK 0 0.71 0.60 0.55
HSL 350.37º 0.55% 0.29% -
HSV(B) 350.37º 0.71% 0.45% -
XYZ 7.98 4.86 3.1 -
YUV 58.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 114 33 46 0 0.71 0.60 0.55 350.37 0.55 0.29
Hex 72 21 2E 0 47 3C 37 15E 37 1D
Octal 162 41 56 0 107 74 67 536 67 35
Binary 1110010 100001 101110 0 1000111 111100 110111 101011110 110111 11101

Color Harmonies of #72212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72212E

Black with #72212E

Text Example


Text Example

White with #72212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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