Html Css Color HEX #711D37 Claret

📋 copy color: '#711D37'

red 113 ◦ green 29 ◦ blue 55

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

Shades of Claret #711D37

Tints of Claret #711D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.72%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 57.36%
G = 14.72%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#711D37 (or 0x711D37) is known color: Claret. HEX triplet: 71, 1D and 37. RGB value is (113,29,55). Sum of RGB (Red+Green+Blue) = 113+29+55=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #711D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711D37 is #8EE2C8. Grayscale: #393939. Windows color (decimal): -9364169 or 3612017. OLE color: 3612017.

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

Color convert

RGB 113 29 55 -
CMYK 0 0.74 0.51 0.56
HSL 341.43º 0.59% 0.28% -
HSV(B) 341.43º 0.74% 0.44% -
XYZ 7.94 4.67 4.1 -
YUV 57.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 113 29 55 0 0.74 0.51 0.56 341.43 0.59 0.28
Hex 71 1D 37 0 4A 33 38 155 3B 1C
Octal 161 35 67 0 112 63 70 525 73 34
Binary 1110001 11101 110111 0 1001010 110011 111000 101010101 111011 11100

Color Harmonies of #711D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D37

Black with #711D37

Text Example


Text Example

White with #711D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,55); }

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

background-color css

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

 a { background-color: rgb(113,29,55); }

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

border-color css

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

 span { border-color: rgb(113,29,55); }

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