Html Css Color HEX #732032 Claret

📋 copy color: '#732032'

red 115 ◦ green 32 ◦ blue 50

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

Shades of Claret #732032

Tints of Claret #732032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 58.38%
G = 16.24%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#732032 (or 0x732032) is known color: Claret. HEX triplet: 73, 20 and 32. RGB value is (115,32,50). Sum of RGB (Red+Green+Blue) = 115+32+50=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #732032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732032 is #8CDFCD. Grayscale: #3A3A3A. Windows color (decimal): -9232334 or 3285107. OLE color: 3285107.

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

Color convert

RGB 115 32 50 -
CMYK 0 0.72 0.57 0.55
HSL 346.99º 0.56% 0.29% -
HSV(B) 346.99º 0.72% 0.45% -
XYZ 8.16 4.91 3.53 -
YUV 58.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 115 32 50 0 0.72 0.57 0.55 346.99 0.56 0.29
Hex 73 20 32 0 48 39 37 15B 38 1D
Octal 163 40 62 0 110 71 67 533 70 35
Binary 1110011 100000 110010 0 1001000 111001 110111 101011011 111000 11101

Color Harmonies of #732032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732032

Black with #732032

Text Example


Text Example

White with #732032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732032; }

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

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

background-color css

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

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

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

border-color css

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

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

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