Html Css Color HEX #711336 Claret

📋 copy color: '#711336'

red 113 ◦ green 19 ◦ blue 54

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

Shades of Claret #711336

Tints of Claret #711336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.22%

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

R = 60.75%
G = 10.22%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#711336 (or 0x711336) is known color: Claret. HEX triplet: 71, 13 and 36. RGB value is (113,19,54). Sum of RGB (Red+Green+Blue) = 113+19+54=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #711336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711336 is #8EECC9. Grayscale: #333333. Windows color (decimal): -9366730 or 3543921. OLE color: 3543921.

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

Color convert

RGB 113 19 54 -
CMYK 0 0.83 0.52 0.56
HSL 337.66º 0.71% 0.26% -
HSV(B) 337.66º 0.83% 0.44% -
XYZ 7.71 4.24 3.9 -
YUV 51.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 113 19 54 0 0.83 0.52 0.56 337.66 0.71 0.26
Hex 71 13 36 0 53 34 38 152 47 1A
Octal 161 23 66 0 123 64 70 522 107 32
Binary 1110001 10011 110110 0 1010011 110100 111000 101010010 1000111 11010

Color Harmonies of #711336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711336

Black with #711336

Text Example


Text Example

White with #711336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711336; }

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

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

background-color css

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

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

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

border-color css

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

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

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