Html Css Color HEX #722734 Claret

📋 copy color: '#722734'

red 114 ◦ green 39 ◦ blue 52

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

Shades of Claret #722734

Tints of Claret #722734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.02%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 55.61%
G = 19.02%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#722734 (or 0x722734) is known color: Claret. HEX triplet: 72, 27 and 34. RGB value is (114,39,52). Sum of RGB (Red+Green+Blue) = 114+39+52=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722734 is #8DD8CB. Grayscale: #3E3E3E. Windows color (decimal): -9296076 or 3417970. OLE color: 3417970.

HSL color Cylindrical-coordinate representation of color #722734: hue angle of 349.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722734 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 52 -
CMYK 0 0.66 0.54 0.55
HSL 349.6º 0.49% 0.3% -
HSV(B) 349.6º 0.66% 0.45% -
XYZ 8.28 5.28 3.83 -
YUV 62.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 114 39 52 0 0.66 0.54 0.55 349.6 0.49 0.3
Hex 72 27 34 0 42 36 37 15E 31 1E
Octal 162 47 64 0 102 66 67 536 61 36
Binary 1110010 100111 110100 0 1000010 110110 110111 101011110 110001 11110

Color Harmonies of #722734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722734

Black with #722734

Text Example


Text Example

White with #722734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722734; }

 p { color: rgb(114,39,52); }

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

background-color css

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

 a { background-color: rgb(114,39,52); }

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

border-color css

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

 span { border-color: rgb(114,39,52); }

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