Html Css Color HEX #732133 Claret

📋 copy color: '#732133'

red 115 ◦ green 33 ◦ blue 51

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

Shades of Claret #732133

Tints of Claret #732133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 57.79%
G = 16.58%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#732133 (or 0x732133) is known color: Claret. HEX triplet: 73, 21 and 33. RGB value is (115,33,51). Sum of RGB (Red+Green+Blue) = 115+33+51=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732133 is #8CDECC. Grayscale: #3B3B3B. Windows color (decimal): -9232077 or 3350899. OLE color: 3350899.

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

Color convert

RGB 115 33 51 -
CMYK 0 0.71 0.56 0.55
HSL 346.83º 0.55% 0.29% -
HSV(B) 346.83º 0.71% 0.45% -
XYZ 8.21 4.97 3.66 -
YUV 59.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 115 33 51 0 0.71 0.56 0.55 346.83 0.55 0.29
Hex 73 21 33 0 47 38 37 15B 37 1D
Octal 163 41 63 0 107 70 67 533 67 35
Binary 1110011 100001 110011 0 1000111 111000 110111 101011011 110111 11101

Color Harmonies of #732133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732133

Black with #732133

Text Example


Text Example

White with #732133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732133; }

 p { color: rgb(115,33,51); }

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

background-color css

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

 a { background-color: rgb(115,33,51); }

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

border-color css

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

 span { border-color: rgb(115,33,51); }

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