Html Css Color HEX #712636 Claret

📋 copy color: '#712636'

red 113 ◦ green 38 ◦ blue 54

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

Shades of Claret #712636

Tints of Claret #712636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.54%

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

R = 55.12%
G = 18.54%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#712636 (or 0x712636) is known color: Claret. HEX triplet: 71, 26 and 36. RGB value is (113,38,54). Sum of RGB (Red+Green+Blue) = 113+38+54=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #712636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712636 is #8ED9C9. Grayscale: #3E3E3E. Windows color (decimal): -9361866 or 3548785. OLE color: 3548785.

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

Color convert

RGB 113 38 54 -
CMYK 0 0.66 0.52 0.56
HSL 347.2º 0.5% 0.3% -
HSV(B) 347.2º 0.66% 0.44% -
XYZ 8.17 5.16 4.06 -
YUV 62.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 113 38 54 0 0.66 0.52 0.56 347.2 0.5 0.3
Hex 71 26 36 0 42 34 38 15B 32 1E
Octal 161 46 66 0 102 64 70 533 62 36
Binary 1110001 100110 110110 0 1000010 110100 111000 101011011 110010 11110

Color Harmonies of #712636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712636

Black with #712636

Text Example


Text Example

White with #712636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712636; }

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

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

background-color css

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

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

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

border-color css

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

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

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