Html Css Color HEX #72212A Red Berry

📋 copy color: '#72212A'

red 114 ◦ green 33 ◦ blue 42

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

Shades of Red Berry #72212A

Tints of Red Berry #72212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.22%

R = 60.32%
G = 17.46%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#72212A (or 0x72212A) is known color: Red Berry. HEX triplet: 72, 21 and 2A. RGB value is (114,33,42). Sum of RGB (Red+Green+Blue) = 114+33+42=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #72212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72212A is #8DDED5. Grayscale: #3A3A3A. Windows color (decimal): -9297622 or 2761074. OLE color: 2761074.

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

Color convert

RGB 114 33 42 -
CMYK 0 0.71 0.63 0.55
HSL 353.33º 0.55% 0.29% -
HSV(B) 353.33º 0.71% 0.45% -
XYZ 7.9 4.83 2.71 -
YUV 58.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 114 33 42 0 0.71 0.63 0.55 353.33 0.55 0.29
Hex 72 21 2A 0 47 3F 37 161 37 1D
Octal 162 41 52 0 107 77 67 541 67 35
Binary 1110010 100001 101010 0 1000111 111111 110111 101100001 110111 11101

Color Harmonies of #72212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72212A

Black with #72212A

Text Example


Text Example

White with #72212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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