Html Css Color HEX #711E36 Claret

📋 copy color: '#711E36'

red 113 ◦ green 30 ◦ blue 54

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

Shades of Claret #711E36

Tints of Claret #711E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

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

R = 57.36%
G = 15.23%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#711E36 (or 0x711E36) is known color: Claret. HEX triplet: 71, 1E and 36. RGB value is (113,30,54). Sum of RGB (Red+Green+Blue) = 113+30+54=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #711E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E36 is #8EE1C9. Grayscale: #393939. Windows color (decimal): -9363914 or 3546737. OLE color: 3546737.

HSL color Cylindrical-coordinate representation of color #711E36: hue angle of 342.65º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E36 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 30 54 -
CMYK 0 0.73 0.52 0.56
HSL 342.65º 0.58% 0.28% -
HSV(B) 342.65º 0.73% 0.44% -
XYZ 7.94 4.71 3.98 -
YUV 57.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 113 30 54 0 0.73 0.52 0.56 342.65 0.58 0.28
Hex 71 1E 36 0 49 34 38 157 3A 1C
Octal 161 36 66 0 111 64 70 527 72 34
Binary 1110001 11110 110110 0 1001001 110100 111000 101010111 111010 11100

Color Harmonies of #711E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E36

Black with #711E36

Text Example


Text Example

White with #711E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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