Html Css Color HEX #711631 Claret

📋 copy color: '#711631'

red 113 ◦ green 22 ◦ blue 49

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

Shades of Claret #711631

Tints of Claret #711631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.96%

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 61.41%
G = 11.96%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#711631 (or 0x711631) is known color: Claret. HEX triplet: 71, 16 and 31. RGB value is (113,22,49). Sum of RGB (Red+Green+Blue) = 113+22+49=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #711631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711631 is #8EE9CE. Grayscale: #343434. Windows color (decimal): -9365967 or 3217009. OLE color: 3217009.

HSL color Cylindrical-coordinate representation of color #711631: hue angle of 342.2º degrees, saturation: 0.67, 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 #711631 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 49 -
CMYK 0 0.81 0.57 0.56
HSL 342.2º 0.67% 0.26% -
HSV(B) 342.2º 0.81% 0.44% -
XYZ 7.65 4.31 3.33 -
YUV 52.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 113 22 49 0 0.81 0.57 0.56 342.2 0.67 0.26
Hex 71 16 31 0 51 39 38 156 43 1A
Octal 161 26 61 0 121 71 70 526 103 32
Binary 1110001 10110 110001 0 1010001 111001 111000 101010110 1000011 11010

Color Harmonies of #711631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711631

Black with #711631

Text Example


Text Example

White with #711631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711631; }

 p { color: rgb(113,22,49); }

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

background-color css

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

 a { background-color: rgb(113,22,49); }

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

border-color css

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

 span { border-color: rgb(113,22,49); }

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