Html Css Color HEX #711B36 Claret

📋 copy color: '#711B36'

red 113 ◦ green 27 ◦ blue 54

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

Shades of Claret #711B36

Tints of Claret #711B36

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.92%

 BLUE value IS 54 (21.48% from 255) = 27.84%

R = 58.25%
G = 13.92%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#711B36 (or 0x711B36) is known color: Claret. HEX triplet: 71, 1B and 36. RGB value is (113,27,54). Sum of RGB (Red+Green+Blue) = 113+27+54=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #711B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B36 is #8EE4C9. Grayscale: #373737. Windows color (decimal): -9364682 or 3545969. OLE color: 3545969.

HSL color Cylindrical-coordinate representation of color #711B36: hue angle of 341.16º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B36 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 27 54 -
CMYK 0 0.76 0.52 0.56
HSL 341.16º 0.61% 0.27% -
HSV(B) 341.16º 0.76% 0.44% -
XYZ 7.87 4.56 3.96 -
YUV 55.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 113 27 54 0 0.76 0.52 0.56 341.16 0.61 0.27
Hex 71 1B 36 0 4C 34 38 155 3D 1B
Octal 161 33 66 0 114 64 70 525 75 33
Binary 1110001 11011 110110 0 1001100 110100 111000 101010101 111101 11011

Color Harmonies of #711B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B36

Black with #711B36

Text Example


Text Example

White with #711B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,27,54); }

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

background-color css

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

 a { background-color: rgb(113,27,54); }

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

border-color css

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

 span { border-color: rgb(113,27,54); }

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