Html Css Color HEX #712131 Claret

📋 copy color: '#712131'

red 113 ◦ green 33 ◦ blue 49

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

Shades of Claret #712131

Tints of Claret #712131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

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

R = 57.95%
G = 16.92%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#712131 (or 0x712131) is known color: Claret. HEX triplet: 71, 21 and 31. RGB value is (113,33,49). Sum of RGB (Red+Green+Blue) = 113+33+49=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #712131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712131 is #8EDECE. Grayscale: #3A3A3A. Windows color (decimal): -9363151 or 3219825. OLE color: 3219825.

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

Color convert

RGB 113 33 49 -
CMYK 0 0.71 0.57 0.56
HSL 348º 0.55% 0.29% -
HSV(B) 348º 0.71% 0.44% -
XYZ 7.91 4.82 3.42 -
YUV 58.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 113 33 49 0 0.71 0.57 0.56 348 0.55 0.29
Hex 71 21 31 0 47 39 38 15C 37 1D
Octal 161 41 61 0 107 71 70 534 67 35
Binary 1110001 100001 110001 0 1000111 111001 111000 101011100 110111 11101

Color Harmonies of #712131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712131

Black with #712131

Text Example


Text Example

White with #712131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712131; }

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

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

background-color css

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

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

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

border-color css

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

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

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