Html Css Color HEX #712031 Claret

📋 copy color: '#712031'

red 113 ◦ green 32 ◦ blue 49

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

Shades of Claret #712031

Tints of Claret #712031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 58.25%
G = 16.49%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#712031 (or 0x712031) is known color: Claret. HEX triplet: 71, 20 and 31. RGB value is (113,32,49). Sum of RGB (Red+Green+Blue) = 113+32+49=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #712031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712031 is #8EDFCE. Grayscale: #3A3A3A. Windows color (decimal): -9363407 or 3219569. OLE color: 3219569.

HSL color Cylindrical-coordinate representation of color #712031: hue angle of 347.41º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712031 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 49 -
CMYK 0 0.72 0.57 0.56
HSL 347.41º 0.56% 0.28% -
HSV(B) 347.41º 0.72% 0.44% -
XYZ 7.88 4.77 3.41 -
YUV 58.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 113 32 49 0 0.72 0.57 0.56 347.41 0.56 0.28
Hex 71 20 31 0 48 39 38 15B 38 1C
Octal 161 40 61 0 110 71 70 533 70 34
Binary 1110001 100000 110001 0 1001000 111001 111000 101011011 111000 11100

Color Harmonies of #712031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712031

Black with #712031

Text Example


Text Example

White with #712031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712031; }

 p { color: rgb(113,32,49); }

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

background-color css

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

 a { background-color: rgb(113,32,49); }

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

border-color css

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

 span { border-color: rgb(113,32,49); }

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