Html Css Color HEX #711A3A Claret

📋 copy color: '#711A3A'

red 113 ◦ green 26 ◦ blue 58

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

Shades of Claret #711A3A

Tints of Claret #711A3A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.2%

 BLUE value IS 58 (23.05% from 255) = 29.44%

R = 57.36%
G = 13.2%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#711A3A (or 0x711A3A) is known color: Claret. HEX triplet: 71, 1A and 3A. RGB value is (113,26,58). Sum of RGB (Red+Green+Blue) = 113+26+58=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #711A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A3A is #8EE5C5. Grayscale: #373737. Windows color (decimal): -9364934 or 3807857. OLE color: 3807857.

HSL color Cylindrical-coordinate representation of color #711A3A: hue angle of 337.93º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A3A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 58 -
CMYK 0 0.77 0.49 0.56
HSL 337.93º 0.63% 0.27% -
HSV(B) 337.93º 0.77% 0.44% -
XYZ 7.94 4.55 4.46 -
YUV 55.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 113 26 58 0 0.77 0.49 0.56 337.93 0.63 0.27
Hex 71 1A 3A 0 4D 31 38 152 3F 1B
Octal 161 32 72 0 115 61 70 522 77 33
Binary 1110001 11010 111010 0 1001101 110001 111000 101010010 111111 11011

Color Harmonies of #711A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A3A

Black with #711A3A

Text Example


Text Example

White with #711A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711A3A; }

 p { color: rgb(113,26,58); }

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

background-color css

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

 a { background-color: rgb(113,26,58); }

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

border-color css

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

 span { border-color: rgb(113,26,58); }

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