Html Css Color HEX #722334 Claret

📋 copy color: '#722334'

red 114 ◦ green 35 ◦ blue 52

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

Shades of Claret #722334

Tints of Claret #722334

RGB

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

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

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

R = 56.72%
G = 17.41%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#722334 (or 0x722334) is known color: Claret. HEX triplet: 72, 23 and 34. RGB value is (114,35,52). Sum of RGB (Red+Green+Blue) = 114+35+52=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #722334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722334 is #8DDCCB. Grayscale: #3C3C3C. Windows color (decimal): -9297100 or 3416946. OLE color: 3416946.

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

Color convert

RGB 114 35 52 -
CMYK 0 0.69 0.54 0.55
HSL 347.09º 0.53% 0.29% -
HSV(B) 347.09º 0.69% 0.45% -
XYZ 8.16 5.03 3.79 -
YUV 60.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 114 35 52 0 0.69 0.54 0.55 347.09 0.53 0.29
Hex 72 23 34 0 45 36 37 15B 35 1D
Octal 162 43 64 0 105 66 67 533 65 35
Binary 1110010 100011 110100 0 1000101 110110 110111 101011011 110101 11101

Color Harmonies of #722334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722334

Black with #722334

Text Example


Text Example

White with #722334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722334; }

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

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

background-color css

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

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

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

border-color css

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

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

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