Html Css Color HEX #732535 Claret

📋 copy color: '#732535'

red 115 ◦ green 37 ◦ blue 53

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

Shades of Claret #732535

Tints of Claret #732535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 56.1%
G = 18.05%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#732535 (or 0x732535) is known color: Claret. HEX triplet: 73, 25 and 35. RGB value is (115,37,53). Sum of RGB (Red+Green+Blue) = 115+37+53=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #732535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732535 is #8CDACA. Grayscale: #3E3E3E. Windows color (decimal): -9231051 or 3482995. OLE color: 3482995.

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

Color convert

RGB 115 37 53 -
CMYK 0 0.68 0.54 0.55
HSL 347.69º 0.51% 0.3% -
HSV(B) 347.69º 0.68% 0.45% -
XYZ 8.37 5.23 3.94 -
YUV 62.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 115 37 53 0 0.68 0.54 0.55 347.69 0.51 0.3
Hex 73 25 35 0 44 36 37 15C 33 1E
Octal 163 45 65 0 104 66 67 534 63 36
Binary 1110011 100101 110101 0 1000100 110110 110111 101011100 110011 11110

Color Harmonies of #732535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732535

Black with #732535

Text Example


Text Example

White with #732535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732535; }

 p { color: rgb(115,37,53); }

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

background-color css

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

 a { background-color: rgb(115,37,53); }

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

border-color css

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

 span { border-color: rgb(115,37,53); }

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