Html Css Color HEX #710F35 Claret

📋 copy color: '#710F35'

red 113 ◦ green 15 ◦ blue 53

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

Shades of Claret #710F35

Tints of Claret #710F35

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.29%

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

R = 62.43%
G = 8.29%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#710F35 (or 0x710F35) is known color: Claret. HEX triplet: 71, 0F and 35. RGB value is (113,15,53). Sum of RGB (Red+Green+Blue) = 113+15+53=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #710F35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F35 is #8EF0CA. Grayscale: #303030. Windows color (decimal): -9367755 or 3477361. OLE color: 3477361.

HSL color Cylindrical-coordinate representation of color #710F35: hue angle of 336.73º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F35 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 53 -
CMYK 0 0.87 0.53 0.56
HSL 336.73º 0.77% 0.25% -
HSV(B) 336.73º 0.87% 0.44% -
XYZ 7.62 4.11 3.76 -
YUV 48.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 113 15 53 0 0.87 0.53 0.56 336.73 0.77 0.25
Hex 71 F 35 0 57 35 38 151 4D 19
Octal 161 17 65 0 127 65 70 521 115 31
Binary 1110001 1111 110101 0 1010111 110101 111000 101010001 1001101 11001

Color Harmonies of #710F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F35

Black with #710F35

Text Example


Text Example

White with #710F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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