Html Css Color HEX #722435 Claret

📋 copy color: '#722435'

red 114 ◦ green 36 ◦ blue 53

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

Shades of Claret #722435

Tints of Claret #722435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 56.16%
G = 17.73%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#722435 (or 0x722435) is known color: Claret. HEX triplet: 72, 24 and 35. RGB value is (114,36,53). Sum of RGB (Red+Green+Blue) = 114+36+53=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722435 is #8DDBCA. Grayscale: #3D3D3D. Windows color (decimal): -9296843 or 3482738. OLE color: 3482738.

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

Color convert

RGB 114 36 53 -
CMYK 0 0.68 0.54 0.55
HSL 346.92º 0.52% 0.29% -
HSV(B) 346.92º 0.68% 0.45% -
XYZ 8.21 5.1 3.92 -
YUV 61.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 114 36 53 0 0.68 0.54 0.55 346.92 0.52 0.29
Hex 72 24 35 0 44 36 37 15B 34 1D
Octal 162 44 65 0 104 66 67 533 64 35
Binary 1110010 100100 110101 0 1000100 110110 110111 101011011 110100 11101

Color Harmonies of #722435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722435

Black with #722435

Text Example


Text Example

White with #722435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722435; }

 p { color: rgb(114,36,53); }

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

background-color css

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

 a { background-color: rgb(114,36,53); }

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

border-color css

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

 span { border-color: rgb(114,36,53); }

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