Html Css Color HEX #712836 Claret

📋 copy color: '#712836'

red 113 ◦ green 40 ◦ blue 54

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

Shades of Claret #712836

Tints of Claret #712836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 54.59%
G = 19.32%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#712836 (or 0x712836) is known color: Claret. HEX triplet: 71, 28 and 36. RGB value is (113,40,54). Sum of RGB (Red+Green+Blue) = 113+40+54=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #712836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712836 is #8ED7C9. Grayscale: #3F3F3F. Windows color (decimal): -9361354 or 3549297. OLE color: 3549297.

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

Color convert

RGB 113 40 54 -
CMYK 0 0.65 0.52 0.56
HSL 348.49º 0.48% 0.3% -
HSV(B) 348.49º 0.65% 0.44% -
XYZ 8.23 5.29 4.08 -
YUV 63.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 113 40 54 0 0.65 0.52 0.56 348.49 0.48 0.3
Hex 71 28 36 0 41 34 38 15C 30 1E
Octal 161 50 66 0 101 64 70 534 60 36
Binary 1110001 101000 110110 0 1000001 110100 111000 101011100 110000 11110

Color Harmonies of #712836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712836

Black with #712836

Text Example


Text Example

White with #712836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712836; }

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

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

background-color css

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

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

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

border-color css

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

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

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