Html Css Color HEX #712034 Claret

📋 copy color: '#712034'

red 113 ◦ green 32 ◦ blue 52

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

Shades of Claret #712034

Tints of Claret #712034

RGB

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

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

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

R = 57.36%
G = 16.24%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#712034 (or 0x712034) is known color: Claret. HEX triplet: 71, 20 and 34. RGB value is (113,32,52). Sum of RGB (Red+Green+Blue) = 113+32+52=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #712034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712034 is #8EDFCB. Grayscale: #3A3A3A. Windows color (decimal): -9363404 or 3416177. OLE color: 3416177.

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

Color convert

RGB 113 32 52 -
CMYK 0 0.72 0.54 0.56
HSL 345.19º 0.56% 0.28% -
HSV(B) 345.19º 0.72% 0.44% -
XYZ 7.95 4.79 3.75 -
YUV 58.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 113 32 52 0 0.72 0.54 0.56 345.19 0.56 0.28
Hex 71 20 34 0 48 36 38 159 38 1C
Octal 161 40 64 0 110 66 70 531 70 34
Binary 1110001 100000 110100 0 1001000 110110 111000 101011001 111000 11100

Color Harmonies of #712034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712034

Black with #712034

Text Example


Text Example

White with #712034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712034; }

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

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

background-color css

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

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

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

border-color css

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

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

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