Html Css Color HEX #711033 Claret

📋 copy color: '#711033'

red 113 ◦ green 16 ◦ blue 51

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

Shades of Claret #711033

Tints of Claret #711033

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

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

R = 62.78%
G = 8.89%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#711033 (or 0x711033) is known color: Claret. HEX triplet: 71, 10 and 33. RGB value is (113,16,51). Sum of RGB (Red+Green+Blue) = 113+16+51=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #711033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711033 is #8EEFCC. Grayscale: #303030. Windows color (decimal): -9367501 or 3346545. OLE color: 3346545.

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

Color convert

RGB 113 16 51 -
CMYK 0 0.86 0.55 0.56
HSL 338.35º 0.75% 0.25% -
HSV(B) 338.35º 0.86% 0.44% -
XYZ 7.59 4.12 3.53 -
YUV 48.99 129.14 173.65 -
System Red Green Blue C M Y K H S L
Decimal 113 16 51 0 0.86 0.55 0.56 338.35 0.75 0.25
Hex 71 10 33 0 56 37 38 152 4B 19
Octal 161 20 63 0 126 67 70 522 113 31
Binary 1110001 10000 110011 0 1010110 110111 111000 101010010 1001011 11001

Color Harmonies of #711033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711033

Black with #711033

Text Example


Text Example

White with #711033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711033; }

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

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

background-color css

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

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

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

border-color css

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

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

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