Html Css Color HEX #722337 Claret

📋 copy color: '#722337'

red 114 ◦ green 35 ◦ blue 55

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

Shades of Claret #722337

Tints of Claret #722337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.96%

R = 55.88%
G = 17.16%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#722337 (or 0x722337) is known color: Claret. HEX triplet: 72, 23 and 37. RGB value is (114,35,55). Sum of RGB (Red+Green+Blue) = 114+35+55=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722337 is #8DDCC8. Grayscale: #3C3C3C. Windows color (decimal): -9297097 or 3613554. OLE color: 3613554.

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

Color convert

RGB 114 35 55 -
CMYK 0 0.69 0.52 0.55
HSL 344.81º 0.53% 0.29% -
HSV(B) 344.81º 0.69% 0.45% -
XYZ 8.23 5.06 4.16 -
YUV 60.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 114 35 55 0 0.69 0.52 0.55 344.81 0.53 0.29
Hex 72 23 37 0 45 34 37 159 35 1D
Octal 162 43 67 0 105 64 67 531 65 35
Binary 1110010 100011 110111 0 1000101 110100 110111 101011001 110101 11101

Color Harmonies of #722337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722337

Black with #722337

Text Example


Text Example

White with #722337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722337; }

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

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

background-color css

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

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

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

border-color css

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

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

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