Html Css Color HEX #711536 Claret

📋 copy color: '#711536'

red 113 ◦ green 21 ◦ blue 54

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

Shades of Claret #711536

Tints of Claret #711536

RGB

 RED value IS 113 (44.53% from 255) = 60.11%

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

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

R = 60.11%
G = 11.17%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#711536 (or 0x711536) is known color: Claret. HEX triplet: 71, 15 and 36. RGB value is (113,21,54). Sum of RGB (Red+Green+Blue) = 113+21+54=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #711536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711536 is #8EEAC9. Grayscale: #343434. Windows color (decimal): -9366218 or 3544433. OLE color: 3544433.

HSL color Cylindrical-coordinate representation of color #711536: hue angle of 338.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711536 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 54 -
CMYK 0 0.81 0.52 0.56
HSL 338.48º 0.69% 0.26% -
HSV(B) 338.48º 0.81% 0.44% -
XYZ 7.74 4.31 3.91 -
YUV 52.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 113 21 54 0 0.81 0.52 0.56 338.48 0.69 0.26
Hex 71 15 36 0 51 34 38 152 45 1A
Octal 161 25 66 0 121 64 70 522 105 32
Binary 1110001 10101 110110 0 1010001 110100 111000 101010010 1000101 11010

Color Harmonies of #711536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711536

Black with #711536

Text Example


Text Example

White with #711536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711536; }

 p { color: rgb(113,21,54); }

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

background-color css

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

 a { background-color: rgb(113,21,54); }

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

border-color css

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

 span { border-color: rgb(113,21,54); }

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