Html Css Color HEX #731232 Claret

📋 copy color: '#731232'

red 115 ◦ green 18 ◦ blue 50

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

Shades of Claret #731232

Tints of Claret #731232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

 BLUE value IS 50 (19.92% from 255) = 27.32%

R = 62.84%
G = 9.84%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#731232 (or 0x731232) is known color: Claret. HEX triplet: 73, 12 and 32. RGB value is (115,18,50). Sum of RGB (Red+Green+Blue) = 115+18+50=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #731232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731232 is #8CEDCD. Grayscale: #323232. Windows color (decimal): -9235918 or 3281523. OLE color: 3281523.

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

Color convert

RGB 115 18 50 -
CMYK 0 0.84 0.57 0.55
HSL 340.21º 0.73% 0.26% -
HSV(B) 340.21º 0.84% 0.45% -
XYZ 7.86 4.31 3.43 -
YUV 50.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 115 18 50 0 0.84 0.57 0.55 340.21 0.73 0.26
Hex 73 12 32 0 54 39 37 154 49 1A
Octal 163 22 62 0 124 71 67 524 111 32
Binary 1110011 10010 110010 0 1010100 111001 110111 101010100 1001001 11010

Color Harmonies of #731232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731232

Black with #731232

Text Example


Text Example

White with #731232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731232; }

 p { color: rgb(115,18,50); }

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

background-color css

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

 a { background-color: rgb(115,18,50); }

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

border-color css

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

 span { border-color: rgb(115,18,50); }

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