Html Css Color HEX #732236 Claret

📋 copy color: '#732236'

red 115 ◦ green 34 ◦ blue 54

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

Shades of Claret #732236

Tints of Claret #732236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.6%

R = 56.65%
G = 16.75%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#732236 (or 0x732236) is known color: Claret. HEX triplet: 73, 22 and 36. RGB value is (115,34,54). Sum of RGB (Red+Green+Blue) = 115+34+54=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732236 is #8CDDC9. Grayscale: #3C3C3C. Windows color (decimal): -9231818 or 3547763. OLE color: 3547763.

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

Color convert

RGB 115 34 54 -
CMYK 0 0.70 0.53 0.55
HSL 345.19º 0.54% 0.29% -
HSV(B) 345.19º 0.7% 0.45% -
XYZ 8.31 5.06 4.03 -
YUV 60.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 115 34 54 0 0.70 0.53 0.55 345.19 0.54 0.29
Hex 73 22 36 0 46 35 37 159 36 1D
Octal 163 42 66 0 106 65 67 531 66 35
Binary 1110011 100010 110110 0 1000110 110101 110111 101011001 110110 11101

Color Harmonies of #732236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732236

Black with #732236

Text Example


Text Example

White with #732236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732236; }

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

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

background-color css

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

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

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

border-color css

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

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

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