Html Css Color HEX #711334 Claret

📋 copy color: '#711334'

red 113 ◦ green 19 ◦ blue 52

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

Shades of Claret #711334

Tints of Claret #711334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 61.41%
G = 10.33%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#711334 (or 0x711334) is known color: Claret. HEX triplet: 71, 13 and 34. RGB value is (113,19,52). Sum of RGB (Red+Green+Blue) = 113+19+52=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #711334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711334 is #8EECCB. Grayscale: #323232. Windows color (decimal): -9366732 or 3412849. OLE color: 3412849.

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

Color convert

RGB 113 19 52 -
CMYK 0 0.83 0.54 0.56
HSL 338.94º 0.71% 0.26% -
HSV(B) 338.94º 0.83% 0.44% -
XYZ 7.66 4.22 3.66 -
YUV 50.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 113 19 52 0 0.83 0.54 0.56 338.94 0.71 0.26
Hex 71 13 34 0 53 36 38 153 47 1A
Octal 161 23 64 0 123 66 70 523 107 32
Binary 1110001 10011 110100 0 1010011 110110 111000 101010011 1000111 11010

Color Harmonies of #711334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711334

Black with #711334

Text Example


Text Example

White with #711334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711334; }

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

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

background-color css

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

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

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

border-color css

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

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

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