Html Css Color HEX #711533 Claret

📋 copy color: '#711533'

red 113 ◦ green 21 ◦ blue 51

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

Shades of Claret #711533

Tints of Claret #711533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 61.08%
G = 11.35%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#711533 (or 0x711533) is known color: Claret. HEX triplet: 71, 15 and 33. RGB value is (113,21,51). Sum of RGB (Red+Green+Blue) = 113+21+51=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #711533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711533 is #8EEACC. Grayscale: #333333. Windows color (decimal): -9366221 or 3347825. OLE color: 3347825.

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

Color convert

RGB 113 21 51 -
CMYK 0 0.81 0.55 0.56
HSL 340.43º 0.69% 0.26% -
HSV(B) 340.43º 0.81% 0.44% -
XYZ 7.68 4.29 3.55 -
YUV 51.93 127.48 171.56 -
System Red Green Blue C M Y K H S L
Decimal 113 21 51 0 0.81 0.55 0.56 340.43 0.69 0.26
Hex 71 15 33 0 51 37 38 154 45 1A
Octal 161 25 63 0 121 67 70 524 105 32
Binary 1110001 10101 110011 0 1010001 110111 111000 101010100 1000101 11010

Color Harmonies of #711533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711533

Black with #711533

Text Example


Text Example

White with #711533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711533; }

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

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

background-color css

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

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

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

border-color css

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

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

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