Html Css Color HEX #731735 Claret

📋 copy color: '#731735'

red 115 ◦ green 23 ◦ blue 53

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

Shades of Claret #731735

Tints of Claret #731735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 60.21%
G = 12.04%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#731735 (or 0x731735) is known color: Claret. HEX triplet: 73, 17 and 35. RGB value is (115,23,53). Sum of RGB (Red+Green+Blue) = 115+23+53=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #731735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731735 is #8CE8CA. Grayscale: #353535. Windows color (decimal): -9234635 or 3479411. OLE color: 3479411.

HSL color Cylindrical-coordinate representation of color #731735: hue angle of 340.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731735 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 53 -
CMYK 0 0.80 0.54 0.55
HSL 340.43º 0.67% 0.27% -
HSV(B) 340.43º 0.8% 0.45% -
XYZ 8.02 4.51 3.82 -
YUV 53.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 115 23 53 0 0.80 0.54 0.55 340.43 0.67 0.27
Hex 73 17 35 0 50 36 37 154 43 1B
Octal 163 27 65 0 120 66 67 524 103 33
Binary 1110011 10111 110101 0 1010000 110110 110111 101010100 1000011 11011

Color Harmonies of #731735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731735

Black with #731735

Text Example


Text Example

White with #731735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731735; }

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

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

background-color css

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

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

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

border-color css

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

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

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