Html Css Color HEX #711733 Claret

📋 copy color: '#711733'

red 113 ◦ green 23 ◦ blue 51

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

Shades of Claret #711733

Tints of Claret #711733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

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

R = 60.43%
G = 12.3%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#711733 (or 0x711733) is known color: Claret. HEX triplet: 71, 17 and 33. RGB value is (113,23,51). Sum of RGB (Red+Green+Blue) = 113+23+51=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #711733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711733 is #8EE8CC. Grayscale: #353535. Windows color (decimal): -9365709 or 3348337. OLE color: 3348337.

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

Color convert

RGB 113 23 51 -
CMYK 0 0.80 0.55 0.56
HSL 341.33º 0.66% 0.27% -
HSV(B) 341.33º 0.8% 0.44% -
XYZ 7.71 4.36 3.57 -
YUV 53.1 126.82 170.72 -
System Red Green Blue C M Y K H S L
Decimal 113 23 51 0 0.80 0.55 0.56 341.33 0.66 0.27
Hex 71 17 33 0 50 37 38 155 42 1B
Octal 161 27 63 0 120 67 70 525 102 33
Binary 1110001 10111 110011 0 1010000 110111 111000 101010101 1000010 11011

Color Harmonies of #711733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711733

Black with #711733

Text Example


Text Example

White with #711733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711733; }

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

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

background-color css

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

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

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

border-color css

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

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

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