Html Css Color HEX #711434 Claret

📋 copy color: '#711434'

red 113 ◦ green 20 ◦ blue 52

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

Shades of Claret #711434

Tints of Claret #711434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 61.08%
G = 10.81%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#711434 (or 0x711434) is known color: Claret. HEX triplet: 71, 14 and 34. RGB value is (113,20,52). Sum of RGB (Red+Green+Blue) = 113+20+52=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #711434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711434 is #8EEBCB. Grayscale: #333333. Windows color (decimal): -9366476 or 3413105. OLE color: 3413105.

HSL color Cylindrical-coordinate representation of color #711434: hue angle of 339.35º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711434 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 52 -
CMYK 0 0.82 0.54 0.56
HSL 339.35º 0.7% 0.26% -
HSV(B) 339.35º 0.82% 0.44% -
XYZ 7.68 4.26 3.67 -
YUV 51.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 113 20 52 0 0.82 0.54 0.56 339.35 0.7 0.26
Hex 71 14 34 0 52 36 38 153 46 1A
Octal 161 24 64 0 122 66 70 523 106 32
Binary 1110001 10100 110100 0 1010010 110110 111000 101010011 1000110 11010

Color Harmonies of #711434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711434

Black with #711434

Text Example


Text Example

White with #711434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711434; }

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

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

background-color css

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

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

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

border-color css

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

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

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