Html Css Color HEX #710F2E Claret

📋 copy color: '#710F2E'

red 113 ◦ green 15 ◦ blue 46

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

Shades of Claret #710F2E

Tints of Claret #710F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 64.94%
G = 8.62%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#710F2E (or 0x710F2E) is known color: Claret. HEX triplet: 71, 0F and 2E. RGB value is (113,15,46). Sum of RGB (Red+Green+Blue) = 113+15+46=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #710F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F2E is #8EF0D1. Grayscale: #2F2F2F. Windows color (decimal): -9367762 or 3018609. OLE color: 3018609.

HSL color Cylindrical-coordinate representation of color #710F2E: hue angle of 341.02º 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 #710F2E is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 46 -
CMYK 0 0.87 0.59 0.56
HSL 341.02º 0.77% 0.25% -
HSV(B) 341.02º 0.87% 0.44% -
XYZ 7.47 4.05 2.97 -
YUV 47.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 113 15 46 0 0.87 0.59 0.56 341.02 0.77 0.25
Hex 71 F 2E 0 57 3B 38 155 4D 19
Octal 161 17 56 0 127 73 70 525 115 31
Binary 1110001 1111 101110 0 1010111 111011 111000 101010101 1001101 11001

Color Harmonies of #710F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F2E

Black with #710F2E

Text Example


Text Example

White with #710F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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