Html Css Color HEX #731534 Claret

📋 copy color: '#731534'

red 115 ◦ green 21 ◦ blue 52

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

Shades of Claret #731534

Tints of Claret #731534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 61.17%
G = 11.17%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#731534 (or 0x731534) is known color: Claret. HEX triplet: 73, 15 and 34. RGB value is (115,21,52). Sum of RGB (Red+Green+Blue) = 115+21+52=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #731534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731534 is #8CEACB. Grayscale: #343434. Windows color (decimal): -9235148 or 3413363. OLE color: 3413363.

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

Color convert

RGB 115 21 52 -
CMYK 0 0.82 0.55 0.55
HSL 340.21º 0.69% 0.27% -
HSV(B) 340.21º 0.82% 0.45% -
XYZ 7.96 4.43 3.68 -
YUV 52.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 115 21 52 0 0.82 0.55 0.55 340.21 0.69 0.27
Hex 73 15 34 0 52 37 37 154 45 1B
Octal 163 25 64 0 122 67 67 524 105 33
Binary 1110011 10101 110100 0 1010010 110111 110111 101010100 1000101 11011

Color Harmonies of #731534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731534

Black with #731534

Text Example


Text Example

White with #731534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731534; }

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

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

background-color css

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

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

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

border-color css

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

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

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