Html Css Color HEX #711538 Claret

📋 copy color: '#711538'

red 113 ◦ green 21 ◦ blue 56

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

Shades of Claret #711538

Tints of Claret #711538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 59.47%
G = 11.05%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#711538 (or 0x711538) is known color: Claret. HEX triplet: 71, 15 and 38. RGB value is (113,21,56). Sum of RGB (Red+Green+Blue) = 113+21+56=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #711538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711538 is #8EEAC7. Grayscale: #343434. Windows color (decimal): -9366216 or 3675505. OLE color: 3675505.

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

Color convert

RGB 113 21 56 -
CMYK 0 0.81 0.50 0.56
HSL 337.17º 0.69% 0.26% -
HSV(B) 337.17º 0.81% 0.44% -
XYZ 7.79 4.33 4.17 -
YUV 52.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 113 21 56 0 0.81 0.50 0.56 337.17 0.69 0.26
Hex 71 15 38 0 51 32 38 151 45 1A
Octal 161 25 70 0 121 62 70 521 105 32
Binary 1110001 10101 111000 0 1010001 110010 111000 101010001 1000101 11010

Color Harmonies of #711538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711538

Black with #711538

Text Example


Text Example

White with #711538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711538; }

 p { color: rgb(113,21,56); }

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

background-color css

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

 a { background-color: rgb(113,21,56); }

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

border-color css

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

 span { border-color: rgb(113,21,56); }

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