Html Css Color HEX #732836 Claret

📋 copy color: '#732836'

red 115 ◦ green 40 ◦ blue 54

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

Shades of Claret #732836

Tints of Claret #732836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 55.02%
G = 19.14%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#732836 (or 0x732836) is known color: Claret. HEX triplet: 73, 28 and 36. RGB value is (115,40,54). Sum of RGB (Red+Green+Blue) = 115+40+54=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #732836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732836 is #8CD7C9. Grayscale: #404040. Windows color (decimal): -9230282 or 3549299. OLE color: 3549299.

HSL color Cylindrical-coordinate representation of color #732836: hue angle of 348.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732836 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 40 54 -
CMYK 0 0.65 0.53 0.55
HSL 348.8º 0.48% 0.3% -
HSV(B) 348.8º 0.65% 0.45% -
XYZ 8.49 5.43 4.09 -
YUV 64.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 115 40 54 0 0.65 0.53 0.55 348.8 0.48 0.3
Hex 73 28 36 0 41 35 37 15D 30 1E
Octal 163 50 66 0 101 65 67 535 60 36
Binary 1110011 101000 110110 0 1000001 110101 110111 101011101 110000 11110

Color Harmonies of #732836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732836

Black with #732836

Text Example


Text Example

White with #732836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732836; }

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

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

background-color css

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

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

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

border-color css

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

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

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