Html Css Color HEX #711436 Claret

📋 copy color: '#711436'

red 113 ◦ green 20 ◦ blue 54

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

Shades of Claret #711436

Tints of Claret #711436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 60.43%
G = 10.7%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#711436 (or 0x711436) is known color: Claret. HEX triplet: 71, 14 and 36. RGB value is (113,20,54). Sum of RGB (Red+Green+Blue) = 113+20+54=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711436 is #8EEBC9. Grayscale: #333333. Windows color (decimal): -9366474 or 3544177. OLE color: 3544177.

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

Color convert

RGB 113 20 54 -
CMYK 0 0.82 0.52 0.56
HSL 338.06º 0.7% 0.26% -
HSV(B) 338.06º 0.82% 0.44% -
XYZ 7.73 4.28 3.91 -
YUV 51.68 129.31 171.74 -
System Red Green Blue C M Y K H S L
Decimal 113 20 54 0 0.82 0.52 0.56 338.06 0.7 0.26
Hex 71 14 36 0 52 34 38 152 46 1A
Octal 161 24 66 0 122 64 70 522 106 32
Binary 1110001 10100 110110 0 1010010 110100 111000 101010010 1000110 11010

Color Harmonies of #711436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711436

Black with #711436

Text Example


Text Example

White with #711436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711436; }

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

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

background-color css

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

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

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

border-color css

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

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

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