Html Css Color HEX #711337 Claret

📋 copy color: '#711337'

red 113 ◦ green 19 ◦ blue 55

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

Shades of Claret #711337

Tints of Claret #711337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.41%

R = 60.43%
G = 10.16%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#711337 (or 0x711337) is known color: Claret. HEX triplet: 71, 13 and 37. RGB value is (113,19,55). Sum of RGB (Red+Green+Blue) = 113+19+55=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711337 is #8EECC8. Grayscale: #333333. Windows color (decimal): -9366729 or 3609457. OLE color: 3609457.

HSL color Cylindrical-coordinate representation of color #711337: hue angle of 337.02º 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 #711337 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 55 -
CMYK 0 0.83 0.51 0.56
HSL 337.02º 0.71% 0.26% -
HSV(B) 337.02º 0.83% 0.44% -
XYZ 7.73 4.25 4.03 -
YUV 51.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 113 19 55 0 0.83 0.51 0.56 337.02 0.71 0.26
Hex 71 13 37 0 53 33 38 151 47 1A
Octal 161 23 67 0 123 63 70 521 107 32
Binary 1110001 10011 110111 0 1010011 110011 111000 101010001 1000111 11010

Color Harmonies of #711337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711337

Black with #711337

Text Example


Text Example

White with #711337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711337; }

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

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

background-color css

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

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

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

border-color css

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

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

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