Html Css Color HEX #712A38 Claret

📋 copy color: '#712A38'

red 113 ◦ green 42 ◦ blue 56

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

Shades of Claret #712A38

Tints of Claret #712A38

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.91%

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 53.55%
G = 19.91%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#712A38 (or 0x712A38) is known color: Claret. HEX triplet: 71, 2A and 38. RGB value is (113,42,56). Sum of RGB (Red+Green+Blue) = 113+42+56=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #712A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A38 is #8ED5C7. Grayscale: #404040. Windows color (decimal): -9360840 or 3680881. OLE color: 3680881.

HSL color Cylindrical-coordinate representation of color #712A38: hue angle of 348.17º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A38 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 42 56 -
CMYK 0 0.63 0.50 0.56
HSL 348.17º 0.46% 0.3% -
HSV(B) 348.17º 0.63% 0.44% -
XYZ 8.35 5.45 4.35 -
YUV 64.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 113 42 56 0 0.63 0.50 0.56 348.17 0.46 0.3
Hex 71 2A 38 0 3F 32 38 15C 2E 1E
Octal 161 52 70 0 77 62 70 534 56 36
Binary 1110001 101010 111000 0 111111 110010 111000 101011100 101110 11110

Color Harmonies of #712A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A38

Black with #712A38

Text Example


Text Example

White with #712A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712A38; }

 p { color: rgb(113,42,56); }

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

background-color css

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

 a { background-color: rgb(113,42,56); }

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

border-color css

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

 span { border-color: rgb(113,42,56); }

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