Html Css Color HEX #711535 Claret

📋 copy color: '#711535'

red 113 ◦ green 21 ◦ blue 53

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

Shades of Claret #711535

Tints of Claret #711535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.34%

R = 60.43%
G = 11.23%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#711535 (or 0x711535) is known color: Claret. HEX triplet: 71, 15 and 35. RGB value is (113,21,53). Sum of RGB (Red+Green+Blue) = 113+21+53=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711535 is #8EEACA. Grayscale: #343434. Windows color (decimal): -9366219 or 3478897. OLE color: 3478897.

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

Color convert

RGB 113 21 53 -
CMYK 0 0.81 0.53 0.56
HSL 339.13º 0.69% 0.26% -
HSV(B) 339.13º 0.81% 0.44% -
XYZ 7.72 4.3 3.79 -
YUV 52.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 113 21 53 0 0.81 0.53 0.56 339.13 0.69 0.26
Hex 71 15 35 0 51 35 38 153 45 1A
Octal 161 25 65 0 121 65 70 523 105 32
Binary 1110001 10101 110101 0 1010001 110101 111000 101010011 1000101 11010

Color Harmonies of #711535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711535

Black with #711535

Text Example


Text Example

White with #711535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711535; }

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

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

background-color css

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

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

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

border-color css

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

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

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