Html Css Color HEX #712136 Claret

📋 copy color: '#712136'

red 113 ◦ green 33 ◦ blue 54

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

Shades of Claret #712136

Tints of Claret #712136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

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

R = 56.5%
G = 16.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#712136 (or 0x712136) is known color: Claret. HEX triplet: 71, 21 and 36. RGB value is (113,33,54). Sum of RGB (Red+Green+Blue) = 113+33+54=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #712136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712136 is #8EDEC9. Grayscale: #3B3B3B. Windows color (decimal): -9363146 or 3547505. OLE color: 3547505.

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

Color convert

RGB 113 33 54 -
CMYK 0 0.71 0.52 0.56
HSL 344.25º 0.55% 0.29% -
HSV(B) 344.25º 0.71% 0.44% -
XYZ 8.02 4.86 4.01 -
YUV 59.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 113 33 54 0 0.71 0.52 0.56 344.25 0.55 0.29
Hex 71 21 36 0 47 34 38 158 37 1D
Octal 161 41 66 0 107 64 70 530 67 35
Binary 1110001 100001 110110 0 1000111 110100 111000 101011000 110111 11101

Color Harmonies of #712136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712136

Black with #712136

Text Example


Text Example

White with #712136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712136; }

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

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

background-color css

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

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

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

border-color css

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

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

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