Html Css Color HEX #711935 Claret

📋 copy color: '#711935'

red 113 ◦ green 25 ◦ blue 53

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

Shades of Claret #711935

Tints of Claret #711935

RGB

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

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

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

R = 59.16%
G = 13.09%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#711935 (or 0x711935) is known color: Claret. HEX triplet: 71, 19 and 35. RGB value is (113,25,53). Sum of RGB (Red+Green+Blue) = 113+25+53=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #711935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711935 is #8EE6CA. Grayscale: #363636. Windows color (decimal): -9365195 or 3479921. OLE color: 3479921.

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

Color convert

RGB 113 25 53 -
CMYK 0 0.78 0.53 0.56
HSL 340.91º 0.64% 0.27% -
HSV(B) 340.91º 0.78% 0.44% -
XYZ 7.8 4.46 3.82 -
YUV 54.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 113 25 53 0 0.78 0.53 0.56 340.91 0.64 0.27
Hex 71 19 35 0 4E 35 38 155 40 1B
Octal 161 31 65 0 116 65 70 525 100 33
Binary 1110001 11001 110101 0 1001110 110101 111000 101010101 1000000 11011

Color Harmonies of #711935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711935

Black with #711935

Text Example


Text Example

White with #711935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711935; }

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

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

background-color css

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

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

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

border-color css

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

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

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