Html Css Color HEX #712538 Claret

📋 copy color: '#712538'

red 113 ◦ green 37 ◦ blue 56

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

Shades of Claret #712538

Tints of Claret #712538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 54.85%
G = 17.96%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#712538 (or 0x712538) is known color: Claret. HEX triplet: 71, 25 and 38. RGB value is (113,37,56). Sum of RGB (Red+Green+Blue) = 113+37+56=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #712538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712538 is #8EDAC7. Grayscale: #3D3D3D. Windows color (decimal): -9362120 or 3679601. OLE color: 3679601.

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

Color convert

RGB 113 37 56 -
CMYK 0 0.67 0.50 0.56
HSL 345º 0.51% 0.29% -
HSV(B) 345º 0.67% 0.44% -
XYZ 8.19 5.12 4.3 -
YUV 61.89 124.68 164.46 -
System Red Green Blue C M Y K H S L
Decimal 113 37 56 0 0.67 0.50 0.56 345 0.51 0.29
Hex 71 25 38 0 43 32 38 159 33 1D
Octal 161 45 70 0 103 62 70 531 63 35
Binary 1110001 100101 111000 0 1000011 110010 111000 101011001 110011 11101

Color Harmonies of #712538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712538

Black with #712538

Text Example


Text Example

White with #712538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712538; }

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

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

background-color css

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

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

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

border-color css

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

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

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