Html Css Color HEX #711534 Claret

📋 copy color: '#711534'

red 113 ◦ green 21 ◦ blue 52

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

Shades of Claret #711534

Tints of Claret #711534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 60.75%
G = 11.29%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#711534 (or 0x711534) is known color: Claret. HEX triplet: 71, 15 and 34. RGB value is (113,21,52). Sum of RGB (Red+Green+Blue) = 113+21+52=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #711534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711534 is #8EEACB. Grayscale: #343434. Windows color (decimal): -9366220 or 3413361. OLE color: 3413361.

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

Color convert

RGB 113 21 52 -
CMYK 0 0.81 0.54 0.56
HSL 339.78º 0.69% 0.26% -
HSV(B) 339.78º 0.81% 0.44% -
XYZ 7.7 4.29 3.67 -
YUV 52.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 113 21 52 0 0.81 0.54 0.56 339.78 0.69 0.26
Hex 71 15 34 0 51 36 38 154 45 1A
Octal 161 25 64 0 121 66 70 524 105 32
Binary 1110001 10101 110100 0 1010001 110110 111000 101010100 1000101 11010

Color Harmonies of #711534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711534

Black with #711534

Text Example


Text Example

White with #711534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711534; }

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

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

background-color css

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

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

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

border-color css

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

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

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