Html Css Color HEX #722139 Claret

📋 copy color: '#722139'

red 114 ◦ green 33 ◦ blue 57

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

Shades of Claret #722139

Tints of Claret #722139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 27.94%

R = 55.88%
G = 16.18%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#722139 (or 0x722139) is known color: Claret. HEX triplet: 72, 21 and 39. RGB value is (114,33,57). Sum of RGB (Red+Green+Blue) = 114+33+57=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722139 is #8DDEC6. Grayscale: #3B3B3B. Windows color (decimal): -9297607 or 3744114. OLE color: 3744114.

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

Color convert

RGB 114 33 57 -
CMYK 0 0.71 0.50 0.55
HSL 342.22º 0.55% 0.29% -
HSV(B) 342.22º 0.71% 0.45% -
XYZ 8.22 4.96 4.4 -
YUV 59.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 114 33 57 0 0.71 0.50 0.55 342.22 0.55 0.29
Hex 72 21 39 0 47 32 37 156 37 1D
Octal 162 41 71 0 107 62 67 526 67 35
Binary 1110010 100001 111001 0 1000111 110010 110111 101010110 110111 11101

Color Harmonies of #722139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722139

Black with #722139

Text Example


Text Example

White with #722139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722139; }

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

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

background-color css

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

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

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

border-color css

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

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

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