Html Css Color HEX #711930 Claret

📋 copy color: '#711930'

red 113 ◦ green 25 ◦ blue 48

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

Shades of Claret #711930

Tints of Claret #711930

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.44%

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 60.75%
G = 13.44%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#711930 (or 0x711930) is known color: Claret. HEX triplet: 71, 19 and 30. RGB value is (113,25,48). Sum of RGB (Red+Green+Blue) = 113+25+48=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #711930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711930 is #8EE6CF. Grayscale: #353535. Windows color (decimal): -9365200 or 3152241. OLE color: 3152241.

HSL color Cylindrical-coordinate representation of color #711930: hue angle of 344.32º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711930 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 48 -
CMYK 0 0.78 0.58 0.56
HSL 344.32º 0.64% 0.27% -
HSV(B) 344.32º 0.78% 0.44% -
XYZ 7.69 4.42 3.24 -
YUV 53.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 113 25 48 0 0.78 0.58 0.56 344.32 0.64 0.27
Hex 71 19 30 0 4E 3A 38 158 40 1B
Octal 161 31 60 0 116 72 70 530 100 33
Binary 1110001 11001 110000 0 1001110 111010 111000 101011000 1000000 11011

Color Harmonies of #711930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711930

Black with #711930

Text Example


Text Example

White with #711930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711930; }

 p { color: rgb(113,25,48); }

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

background-color css

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

 a { background-color: rgb(113,25,48); }

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

border-color css

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

 span { border-color: rgb(113,25,48); }

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