Html Css Color HEX #710F33 Claret

📋 copy color: '#710F33'

red 113 ◦ green 15 ◦ blue 51

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

Shades of Claret #710F33

Tints of Claret #710F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.49%

R = 63.13%
G = 8.38%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#710F33 (or 0x710F33) is known color: Claret. HEX triplet: 71, 0F and 33. RGB value is (113,15,51). Sum of RGB (Red+Green+Blue) = 113+15+51=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #710F33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F33 is #8EF0CC. Grayscale: #303030. Windows color (decimal): -9367757 or 3346289. OLE color: 3346289.

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

Color convert

RGB 113 15 51 -
CMYK 0 0.87 0.55 0.56
HSL 337.96º 0.77% 0.25% -
HSV(B) 337.96º 0.87% 0.44% -
XYZ 7.58 4.09 3.52 -
YUV 48.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 113 15 51 0 0.87 0.55 0.56 337.96 0.77 0.25
Hex 71 F 33 0 57 37 38 152 4D 19
Octal 161 17 63 0 127 67 70 522 115 31
Binary 1110001 1111 110011 0 1010111 110111 111000 101010010 1001101 11001

Color Harmonies of #710F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F33

Black with #710F33

Text Example


Text Example

White with #710F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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