Html Css Color HEX #711E2F Claret

📋 copy color: '#711E2F'

red 113 ◦ green 30 ◦ blue 47

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

Shades of Claret #711E2F

Tints of Claret #711E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.79%

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 59.47%
G = 15.79%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#711E2F (or 0x711E2F) is known color: Claret. HEX triplet: 71, 1E and 2F. RGB value is (113,30,47). Sum of RGB (Red+Green+Blue) = 113+30+47=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #711E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E2F is #8EE1D0. Grayscale: #383838. Windows color (decimal): -9363921 or 3087985. OLE color: 3087985.

HSL color Cylindrical-coordinate representation of color #711E2F: hue angle of 347.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E2F is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 30 47 -
CMYK 0 0.73 0.58 0.56
HSL 347.71º 0.58% 0.28% -
HSV(B) 347.71º 0.73% 0.44% -
XYZ 7.79 4.64 3.18 -
YUV 56.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 113 30 47 0 0.73 0.58 0.56 347.71 0.58 0.28
Hex 71 1E 2F 0 49 3A 38 15C 3A 1C
Octal 161 36 57 0 111 72 70 534 72 34
Binary 1110001 11110 101111 0 1001001 111010 111000 101011100 111010 11100

Color Harmonies of #711E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E2F

Black with #711E2F

Text Example


Text Example

White with #711E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711E2F; }

 p { color: rgb(113,30,47); }

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

background-color css

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

 a { background-color: rgb(113,30,47); }

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

border-color css

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

 span { border-color: rgb(113,30,47); }

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