Html Css Color HEX #731936 Claret

📋 copy color: '#731936'

red 115 ◦ green 25 ◦ blue 54

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

Shades of Claret #731936

Tints of Claret #731936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 59.28%
G = 12.89%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#731936 (or 0x731936) is known color: Claret. HEX triplet: 73, 19 and 36. RGB value is (115,25,54). Sum of RGB (Red+Green+Blue) = 115+25+54=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #731936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731936 is #8CE6C9. Grayscale: #373737. Windows color (decimal): -9234122 or 3545459. OLE color: 3545459.

HSL color Cylindrical-coordinate representation of color #731936: hue angle of 340.67º 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 #731936 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 54 -
CMYK 0 0.78 0.53 0.55
HSL 340.67º 0.64% 0.27% -
HSV(B) 340.67º 0.78% 0.45% -
XYZ 8.08 4.61 3.95 -
YUV 55.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 115 25 54 0 0.78 0.53 0.55 340.67 0.64 0.27
Hex 73 19 36 0 4E 35 37 155 40 1B
Octal 163 31 66 0 116 65 67 525 100 33
Binary 1110011 11001 110110 0 1001110 110101 110111 101010101 1000000 11011

Color Harmonies of #731936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731936

Black with #731936

Text Example


Text Example

White with #731936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731936; }

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

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

background-color css

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

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

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

border-color css

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

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

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