Html Css Color HEX #711234 Claret

📋 copy color: '#711234'

red 113 ◦ green 18 ◦ blue 52

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

Shades of Claret #711234

Tints of Claret #711234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 61.75%
G = 9.84%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#711234 (or 0x711234) is known color: Claret. HEX triplet: 71, 12 and 34. RGB value is (113,18,52). Sum of RGB (Red+Green+Blue) = 113+18+52=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #711234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711234 is #8EEDCB. Grayscale: #323232. Windows color (decimal): -9366988 or 3412593. OLE color: 3412593.

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

Color convert

RGB 113 18 52 -
CMYK 0 0.84 0.54 0.56
HSL 338.53º 0.73% 0.26% -
HSV(B) 338.53º 0.84% 0.44% -
XYZ 7.65 4.19 3.65 -
YUV 50.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 113 18 52 0 0.84 0.54 0.56 338.53 0.73 0.26
Hex 71 12 34 0 54 36 38 153 49 1A
Octal 161 22 64 0 124 66 70 523 111 32
Binary 1110001 10010 110100 0 1010100 110110 111000 101010011 1001001 11010

Color Harmonies of #711234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711234

Black with #711234

Text Example


Text Example

White with #711234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711234; }

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

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

background-color css

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

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

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

border-color css

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

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

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