Html Css Color HEX #710F34 Claret

📋 copy color: '#710F34'

red 113 ◦ green 15 ◦ blue 52

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

Shades of Claret #710F34

Tints of Claret #710F34

RGB

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

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

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

R = 62.78%
G = 8.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#710F34 (or 0x710F34) is known color: Claret. HEX triplet: 71, 0F and 34. RGB value is (113,15,52). Sum of RGB (Red+Green+Blue) = 113+15+52=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #710F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F34 is #8EF0CB. Grayscale: #303030. Windows color (decimal): -9367756 or 3411825. OLE color: 3411825.

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

Color convert

RGB 113 15 52 -
CMYK 0 0.87 0.54 0.56
HSL 337.35º 0.77% 0.25% -
HSV(B) 337.35º 0.87% 0.44% -
XYZ 7.6 4.1 3.64 -
YUV 48.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 113 15 52 0 0.87 0.54 0.56 337.35 0.77 0.25
Hex 71 F 34 0 57 36 38 151 4D 19
Octal 161 17 64 0 127 66 70 521 115 31
Binary 1110001 1111 110100 0 1010111 110110 111000 101010001 1001101 11001

Color Harmonies of #710F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F34

Black with #710F34

Text Example


Text Example

White with #710F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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