Html Css Color HEX #711734 Claret

📋 copy color: '#711734'

red 113 ◦ green 23 ◦ blue 52

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

Shades of Claret #711734

Tints of Claret #711734

RGB

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

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

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

R = 60.11%
G = 12.23%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#711734 (or 0x711734) is known color: Claret. HEX triplet: 71, 17 and 34. RGB value is (113,23,52). Sum of RGB (Red+Green+Blue) = 113+23+52=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #711734 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711734 is #8EE8CB. Grayscale: #353535. Windows color (decimal): -9365708 or 3413873. OLE color: 3413873.

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

Color convert

RGB 113 23 52 -
CMYK 0 0.80 0.54 0.56
HSL 340.67º 0.66% 0.27% -
HSV(B) 340.67º 0.8% 0.44% -
XYZ 7.74 4.37 3.68 -
YUV 53.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 113 23 52 0 0.80 0.54 0.56 340.67 0.66 0.27
Hex 71 17 34 0 50 36 38 155 42 1B
Octal 161 27 64 0 120 66 70 525 102 33
Binary 1110001 10111 110100 0 1010000 110110 111000 101010101 1000010 11011

Color Harmonies of #711734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711734

Black with #711734

Text Example


Text Example

White with #711734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711734; }

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

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

background-color css

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

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

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

border-color css

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

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

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