Html Css Color HEX #722133 Claret

📋 copy color: '#722133'

red 114 ◦ green 33 ◦ blue 51

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

Shades of Claret #722133

Tints of Claret #722133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 57.58%
G = 16.67%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#722133 (or 0x722133) is known color: Claret. HEX triplet: 72, 21 and 33. RGB value is (114,33,51). Sum of RGB (Red+Green+Blue) = 114+33+51=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #722133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722133 is #8DDECC. Grayscale: #3B3B3B. Windows color (decimal): -9297613 or 3350898. OLE color: 3350898.

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

Color convert

RGB 114 33 51 -
CMYK 0 0.71 0.55 0.55
HSL 346.67º 0.55% 0.29% -
HSV(B) 346.67º 0.71% 0.45% -
XYZ 8.08 4.9 3.65 -
YUV 59.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 114 33 51 0 0.71 0.55 0.55 346.67 0.55 0.29
Hex 72 21 33 0 47 37 37 15B 37 1D
Octal 162 41 63 0 107 67 67 533 67 35
Binary 1110010 100001 110011 0 1000111 110111 110111 101011011 110111 11101

Color Harmonies of #722133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722133

Black with #722133

Text Example


Text Example

White with #722133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722133; }

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

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

background-color css

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

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

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

border-color css

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

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

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