Html Css Color HEX #72121D Red Berry

📋 copy color: '#72121D'

red 114 ◦ green 18 ◦ blue 29

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

Shades of Red Berry #72121D

Tints of Red Berry #72121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

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

R = 70.81%
G = 11.18%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72121D (or 0x72121D) is known color: Red Berry. HEX triplet: 72, 12 and 1D. RGB value is (114,18,29). Sum of RGB (Red+Green+Blue) = 114+18+29=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72121D is #8DEDE2. Grayscale: #303030. Windows color (decimal): -9301475 or 1905266. OLE color: 1905266.

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

Color convert

RGB 114 18 29 -
CMYK 0 0.84 0.75 0.55
HSL 353.13º 0.73% 0.26% -
HSV(B) 353.13º 0.84% 0.45% -
XYZ 7.38 4.1 1.56 -
YUV 47.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 114 18 29 0 0.84 0.75 0.55 353.13 0.73 0.26
Hex 72 12 1D 0 54 4B 37 161 49 1A
Octal 162 22 35 0 124 113 67 541 111 32
Binary 1110010 10010 11101 0 1010100 1001011 110111 101100001 1001001 11010

Color Harmonies of #72121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72121D

Black with #72121D

Text Example


Text Example

White with #72121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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