Html Css Color HEX #731832 Claret

📋 copy color: '#731832'

red 115 ◦ green 24 ◦ blue 50

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

Shades of Claret #731832

Tints of Claret #731832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

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

R = 60.85%
G = 12.7%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#731832 (or 0x731832) is known color: Claret. HEX triplet: 73, 18 and 32. RGB value is (115,24,50). Sum of RGB (Red+Green+Blue) = 115+24+50=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #731832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731832 is #8CE7CD. Grayscale: #363636. Windows color (decimal): -9234382 or 3283059. OLE color: 3283059.

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

Color convert

RGB 115 24 50 -
CMYK 0 0.79 0.57 0.55
HSL 342.86º 0.65% 0.27% -
HSV(B) 342.86º 0.79% 0.45% -
XYZ 7.97 4.53 3.47 -
YUV 54.17 125.65 171.39 -
System Red Green Blue C M Y K H S L
Decimal 115 24 50 0 0.79 0.57 0.55 342.86 0.65 0.27
Hex 73 18 32 0 4F 39 37 157 41 1B
Octal 163 30 62 0 117 71 67 527 101 33
Binary 1110011 11000 110010 0 1001111 111001 110111 101010111 1000001 11011

Color Harmonies of #731832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731832

Black with #731832

Text Example


Text Example

White with #731832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731832; }

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

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

background-color css

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

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

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

border-color css

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

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

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