Html Css Color HEX #711034 Claret

📋 copy color: '#711034'

red 113 ◦ green 16 ◦ blue 52

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

Shades of Claret #711034

Tints of Claret #711034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 62.43%
G = 8.84%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#711034 (or 0x711034) is known color: Claret. HEX triplet: 71, 10 and 34. RGB value is (113,16,52). Sum of RGB (Red+Green+Blue) = 113+16+52=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #711034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711034 is #8EEFCB. Grayscale: #313131. Windows color (decimal): -9367500 or 3412081. OLE color: 3412081.

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

Color convert

RGB 113 16 52 -
CMYK 0 0.86 0.54 0.56
HSL 337.73º 0.75% 0.25% -
HSV(B) 337.73º 0.86% 0.44% -
XYZ 7.62 4.13 3.64 -
YUV 49.11 129.64 173.57 -
System Red Green Blue C M Y K H S L
Decimal 113 16 52 0 0.86 0.54 0.56 337.73 0.75 0.25
Hex 71 10 34 0 56 36 38 152 4B 19
Octal 161 20 64 0 126 66 70 522 113 31
Binary 1110001 10000 110100 0 1010110 110110 111000 101010010 1001011 11001

Color Harmonies of #711034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711034

Black with #711034

Text Example


Text Example

White with #711034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711034; }

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

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

background-color css

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

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

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

border-color css

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

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

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