Html Css Color HEX #712736 Claret

📋 copy color: '#712736'

red 113 ◦ green 39 ◦ blue 54

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

Shades of Claret #712736

Tints of Claret #712736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.93%

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

R = 54.85%
G = 18.93%
B = 26.21%

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

#712736 (or 0x712736) is known color: Claret. HEX triplet: 71, 27 and 36. RGB value is (113,39,54). Sum of RGB (Red+Green+Blue) = 113+39+54=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #712736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712736 is #8ED8C9. Grayscale: #3E3E3E. Windows color (decimal): -9361610 or 3549041. OLE color: 3549041.

HSL color Cylindrical-coordinate representation of color #712736: hue angle of 347.84º degrees, saturation: 0.49, 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 #712736 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 54 -
CMYK 0 0.65 0.52 0.56
HSL 347.84º 0.49% 0.3% -
HSV(B) 347.84º 0.65% 0.44% -
XYZ 8.2 5.23 4.07 -
YUV 62.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 113 39 54 0 0.65 0.52 0.56 347.84 0.49 0.3
Hex 71 27 36 0 41 34 38 15C 31 1E
Octal 161 47 66 0 101 64 70 534 61 36
Binary 1110001 100111 110110 0 1000001 110100 111000 101011100 110001 11110

Color Harmonies of #712736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712736

Black with #712736

Text Example


Text Example

White with #712736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712736; }

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

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

background-color css

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

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

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

border-color css

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

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

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