Html Css Color HEX #722331 Claret

📋 copy color: '#722331'

red 114 ◦ green 35 ◦ blue 49

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

Shades of Claret #722331

Tints of Claret #722331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.68%

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 57.58%
G = 17.68%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#722331 (or 0x722331) is known color: Claret. HEX triplet: 72, 23 and 31. RGB value is (114,35,49). Sum of RGB (Red+Green+Blue) = 114+35+49=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #722331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722331 is #8DDCCE. Grayscale: #3C3C3C. Windows color (decimal): -9297103 or 3220338. OLE color: 3220338.

HSL color Cylindrical-coordinate representation of color #722331: hue angle of 349.37º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722331 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 49 -
CMYK 0 0.69 0.57 0.55
HSL 349.37º 0.53% 0.29% -
HSV(B) 349.37º 0.69% 0.45% -
XYZ 8.09 5 3.44 -
YUV 60.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 114 35 49 0 0.69 0.57 0.55 349.37 0.53 0.29
Hex 72 23 31 0 45 39 37 15D 35 1D
Octal 162 43 61 0 105 71 67 535 65 35
Binary 1110010 100011 110001 0 1000101 111001 110111 101011101 110101 11101

Color Harmonies of #722331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722331

Black with #722331

Text Example


Text Example

White with #722331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722331; }

 p { color: rgb(114,35,49); }

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

background-color css

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

 a { background-color: rgb(114,35,49); }

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

border-color css

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

 span { border-color: rgb(114,35,49); }

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