Html Css Color HEX #711035 Claret

📋 copy color: '#711035'

red 113 ◦ green 16 ◦ blue 53

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

Shades of Claret #711035

Tints of Claret #711035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.79%

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

R = 62.09%
G = 8.79%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#711035 (or 0x711035) is known color: Claret. HEX triplet: 71, 10 and 35. RGB value is (113,16,53). Sum of RGB (Red+Green+Blue) = 113+16+53=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #711035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711035 is #8EEFCA. Grayscale: #313131. Windows color (decimal): -9367499 or 3477617. OLE color: 3477617.

HSL color Cylindrical-coordinate representation of color #711035: hue angle of 337.11º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711035 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 53 -
CMYK 0 0.86 0.53 0.56
HSL 337.11º 0.75% 0.25% -
HSV(B) 337.11º 0.86% 0.44% -
XYZ 7.64 4.14 3.76 -
YUV 49.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 113 16 53 0 0.86 0.53 0.56 337.11 0.75 0.25
Hex 71 10 35 0 56 35 38 151 4B 19
Octal 161 20 65 0 126 65 70 521 113 31
Binary 1110001 10000 110101 0 1010110 110101 111000 101010001 1001011 11001

Color Harmonies of #711035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711035

Black with #711035

Text Example


Text Example

White with #711035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711035; }

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

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

background-color css

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

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

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

border-color css

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

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

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