Html Css Color HEX #711933 Claret

📋 copy color: '#711933'

red 113 ◦ green 25 ◦ blue 51

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

Shades of Claret #711933

Tints of Claret #711933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 59.79%
G = 13.23%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#711933 (or 0x711933) is known color: Claret. HEX triplet: 71, 19 and 33. RGB value is (113,25,51). Sum of RGB (Red+Green+Blue) = 113+25+51=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #711933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711933 is #8EE6CC. Grayscale: #363636. Windows color (decimal): -9365197 or 3348849. OLE color: 3348849.

HSL color Cylindrical-coordinate representation of color #711933: hue angle of 342.27º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711933 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 51 -
CMYK 0 0.78 0.55 0.56
HSL 342.27º 0.64% 0.27% -
HSV(B) 342.27º 0.78% 0.44% -
XYZ 7.76 4.44 3.58 -
YUV 54.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 113 25 51 0 0.78 0.55 0.56 342.27 0.64 0.27
Hex 71 19 33 0 4E 37 38 156 40 1B
Octal 161 31 63 0 116 67 70 526 100 33
Binary 1110001 11001 110011 0 1001110 110111 111000 101010110 1000000 11011

Color Harmonies of #711933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711933

Black with #711933

Text Example


Text Example

White with #711933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711933; }

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

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

background-color css

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

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

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

border-color css

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

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

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