Html Css Color HEX #731934 Claret

📋 copy color: '#731934'

red 115 ◦ green 25 ◦ blue 52

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

Shades of Claret #731934

Tints of Claret #731934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 59.9%
G = 13.02%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#731934 (or 0x731934) is known color: Claret. HEX triplet: 73, 19 and 34. RGB value is (115,25,52). Sum of RGB (Red+Green+Blue) = 115+25+52=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #731934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731934 is #8CE6CB. Grayscale: #363636. Windows color (decimal): -9234124 or 3414387. OLE color: 3414387.

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

Color convert

RGB 115 25 52 -
CMYK 0 0.78 0.55 0.55
HSL 342º 0.64% 0.27% -
HSV(B) 342º 0.78% 0.45% -
XYZ 8.04 4.59 3.71 -
YUV 54.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 115 25 52 0 0.78 0.55 0.55 342 0.64 0.27
Hex 73 19 34 0 4E 37 37 156 40 1B
Octal 163 31 64 0 116 67 67 526 100 33
Binary 1110011 11001 110100 0 1001110 110111 110111 101010110 1000000 11011

Color Harmonies of #731934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731934

Black with #731934

Text Example


Text Example

White with #731934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731934; }

 p { color: rgb(115,25,52); }

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

background-color css

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

 a { background-color: rgb(115,25,52); }

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

border-color css

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

 span { border-color: rgb(115,25,52); }

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