Html Css Color HEX #711633 Claret

📋 copy color: '#711633'

red 113 ◦ green 22 ◦ blue 51

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

Shades of Claret #711633

Tints of Claret #711633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.42%

R = 60.75%
G = 11.83%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#711633 (or 0x711633) is known color: Claret. HEX triplet: 71, 16 and 33. RGB value is (113,22,51). Sum of RGB (Red+Green+Blue) = 113+22+51=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #711633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711633 is #8EE9CC. Grayscale: #343434. Windows color (decimal): -9365965 or 3348081. OLE color: 3348081.

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

Color convert

RGB 113 22 51 -
CMYK 0 0.81 0.55 0.56
HSL 340.88º 0.67% 0.26% -
HSV(B) 340.88º 0.81% 0.44% -
XYZ 7.69 4.32 3.56 -
YUV 52.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 113 22 51 0 0.81 0.55 0.56 340.88 0.67 0.26
Hex 71 16 33 0 51 37 38 155 43 1A
Octal 161 26 63 0 121 67 70 525 103 32
Binary 1110001 10110 110011 0 1010001 110111 111000 101010101 1000011 11010

Color Harmonies of #711633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711633

Black with #711633

Text Example


Text Example

White with #711633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711633; }

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

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

background-color css

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

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

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

border-color css

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

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

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