Html Css Color HEX #711235 Claret

📋 copy color: '#711235'

red 113 ◦ green 18 ◦ blue 53

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

Shades of Claret #711235

Tints of Claret #711235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

 BLUE value IS 53 (21.09% from 255) = 28.8%

R = 61.41%
G = 9.78%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#711235 (or 0x711235) is known color: Claret. HEX triplet: 71, 12 and 35. RGB value is (113,18,53). Sum of RGB (Red+Green+Blue) = 113+18+53=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #711235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711235 is #8EEDCA. Grayscale: #323232. Windows color (decimal): -9366987 or 3478129. OLE color: 3478129.

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

Color convert

RGB 113 18 53 -
CMYK 0 0.84 0.53 0.56
HSL 337.89º 0.73% 0.26% -
HSV(B) 337.89º 0.84% 0.44% -
XYZ 7.67 4.2 3.77 -
YUV 50.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 113 18 53 0 0.84 0.53 0.56 337.89 0.73 0.26
Hex 71 12 35 0 54 35 38 152 49 1A
Octal 161 22 65 0 124 65 70 522 111 32
Binary 1110001 10010 110101 0 1010100 110101 111000 101010010 1001001 11010

Color Harmonies of #711235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711235

Black with #711235

Text Example


Text Example

White with #711235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711235; }

 p { color: rgb(113,18,53); }

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

background-color css

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

 a { background-color: rgb(113,18,53); }

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

border-color css

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

 span { border-color: rgb(113,18,53); }

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