Html Css Color HEX #712936 Claret

📋 copy color: '#712936'

red 113 ◦ green 41 ◦ blue 54

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

Shades of Claret #712936

Tints of Claret #712936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

 BLUE value IS 54 (21.48% from 255) = 25.96%

R = 54.33%
G = 19.71%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#712936 (or 0x712936) is known color: Claret. HEX triplet: 71, 29 and 36. RGB value is (113,41,54). Sum of RGB (Red+Green+Blue) = 113+41+54=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #712936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712936 is #8ED6C9. Grayscale: #404040. Windows color (decimal): -9361098 or 3549553. OLE color: 3549553.

HSL color Cylindrical-coordinate representation of color #712936: hue angle of 349.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712936 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 54 -
CMYK 0 0.64 0.52 0.56
HSL 349.17º 0.47% 0.3% -
HSV(B) 349.17º 0.64% 0.44% -
XYZ 8.27 5.36 4.09 -
YUV 64.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 113 41 54 0 0.64 0.52 0.56 349.17 0.47 0.3
Hex 71 29 36 0 40 34 38 15D 2F 1E
Octal 161 51 66 0 100 64 70 535 57 36
Binary 1110001 101001 110110 0 1000000 110100 111000 101011101 101111 11110

Color Harmonies of #712936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712936

Black with #712936

Text Example


Text Example

White with #712936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712936; }

 p { color: rgb(113,41,54); }

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

background-color css

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

 a { background-color: rgb(113,41,54); }

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

border-color css

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

 span { border-color: rgb(113,41,54); }

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