Html Css Color HEX #712737 Claret

📋 copy color: '#712737'

red 113 ◦ green 39 ◦ blue 55

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

Shades of Claret #712737

Tints of Claret #712737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.57%

R = 54.59%
G = 18.84%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#712737 (or 0x712737) is known color: Claret. HEX triplet: 71, 27 and 37. RGB value is (113,39,55). Sum of RGB (Red+Green+Blue) = 113+39+55=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #712737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712737 is #8ED8C8. Grayscale: #3E3E3E. Windows color (decimal): -9361609 or 3614577. OLE color: 3614577.

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

Color convert

RGB 113 39 55 -
CMYK 0 0.65 0.51 0.56
HSL 347.03º 0.49% 0.3% -
HSV(B) 347.03º 0.65% 0.44% -
XYZ 8.23 5.24 4.19 -
YUV 62.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 113 39 55 0 0.65 0.51 0.56 347.03 0.49 0.3
Hex 71 27 37 0 41 33 38 15B 31 1E
Octal 161 47 67 0 101 63 70 533 61 36
Binary 1110001 100111 110111 0 1000001 110011 111000 101011011 110001 11110

Color Harmonies of #712737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712737

Black with #712737

Text Example


Text Example

White with #712737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712737; }

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

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

background-color css

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

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

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

border-color css

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

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

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