Html Css Color HEX #731135 Claret

📋 copy color: '#731135'

red 115 ◦ green 17 ◦ blue 53

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

Shades of Claret #731135

Tints of Claret #731135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

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

R = 62.16%
G = 9.19%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#731135 (or 0x731135) is known color: Claret. HEX triplet: 73, 11 and 35. RGB value is (115,17,53). Sum of RGB (Red+Green+Blue) = 115+17+53=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #731135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731135 is #8CEECA. Grayscale: #323232. Windows color (decimal): -9236171 or 3477875. OLE color: 3477875.

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

Color convert

RGB 115 17 53 -
CMYK 0 0.85 0.54 0.55
HSL 337.96º 0.74% 0.26% -
HSV(B) 337.96º 0.85% 0.45% -
XYZ 7.91 4.3 3.78 -
YUV 50.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 115 17 53 0 0.85 0.54 0.55 337.96 0.74 0.26
Hex 73 11 35 0 55 36 37 152 4A 1A
Octal 163 21 65 0 125 66 67 522 112 32
Binary 1110011 10001 110101 0 1010101 110110 110111 101010010 1001010 11010

Color Harmonies of #731135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731135

Black with #731135

Text Example


Text Example

White with #731135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731135; }

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

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

background-color css

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

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

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

border-color css

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

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

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