Html Css Color HEX #712531 Claret

📋 copy color: '#712531'

red 113 ◦ green 37 ◦ blue 49

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

Shades of Claret #712531

Tints of Claret #712531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

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

R = 56.78%
G = 18.59%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#712531 (or 0x712531) is known color: Claret. HEX triplet: 71, 25 and 31. RGB value is (113,37,49). Sum of RGB (Red+Green+Blue) = 113+37+49=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #712531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712531 is #8EDACE. Grayscale: #3D3D3D. Windows color (decimal): -9362127 or 3220849. OLE color: 3220849.

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

Color convert

RGB 113 37 49 -
CMYK 0 0.67 0.57 0.56
HSL 350.53º 0.51% 0.29% -
HSV(B) 350.53º 0.67% 0.44% -
XYZ 8.03 5.06 3.46 -
YUV 61.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 113 37 49 0 0.67 0.57 0.56 350.53 0.51 0.29
Hex 71 25 31 0 43 39 38 15F 33 1D
Octal 161 45 61 0 103 71 70 537 63 35
Binary 1110001 100101 110001 0 1000011 111001 111000 101011111 110011 11101

Color Harmonies of #712531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712531

Black with #712531

Text Example


Text Example

White with #712531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712531; }

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

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

background-color css

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

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

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

border-color css

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

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

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