Html Css Color HEX #732232 Claret

📋 copy color: '#732232'

red 115 ◦ green 34 ◦ blue 50

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

Shades of Claret #732232

Tints of Claret #732232

RGB

 RED value IS 115 (45.31% from 255) = 57.79%

 GREEN value IS 34 (13.67% from 255) = 17.09%

 BLUE value IS 50 (19.92% from 255) = 25.13%

R = 57.79%
G = 17.09%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#732232 (or 0x732232) is known color: Claret. HEX triplet: 73, 22 and 32. RGB value is (115,34,50). Sum of RGB (Red+Green+Blue) = 115+34+50=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732232 is #8CDDCD. Grayscale: #3C3C3C. Windows color (decimal): -9231822 or 3285619. OLE color: 3285619.

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

Color convert

RGB 115 34 50 -
CMYK 0 0.70 0.57 0.55
HSL 348.15º 0.54% 0.29% -
HSV(B) 348.15º 0.7% 0.45% -
XYZ 8.22 5.02 3.55 -
YUV 60.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 115 34 50 0 0.70 0.57 0.55 348.15 0.54 0.29
Hex 73 22 32 0 46 39 37 15C 36 1D
Octal 163 42 62 0 106 71 67 534 66 35
Binary 1110011 100010 110010 0 1000110 111001 110111 101011100 110110 11101

Color Harmonies of #732232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732232

Black with #732232

Text Example


Text Example

White with #732232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732232; }

 p { color: rgb(115,34,50); }

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

background-color css

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

 a { background-color: rgb(115,34,50); }

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

border-color css

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

 span { border-color: rgb(115,34,50); }

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