Html Css Color HEX #712738 Claret

📋 copy color: '#712738'

red 113 ◦ green 39 ◦ blue 56

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

Shades of Claret #712738

Tints of Claret #712738

RGB

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

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

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

R = 54.33%
G = 18.75%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#712738 (or 0x712738) is known color: Claret. HEX triplet: 71, 27 and 38. RGB value is (113,39,56). Sum of RGB (Red+Green+Blue) = 113+39+56=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #712738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712738 is #8ED8C7. Grayscale: #3F3F3F. Windows color (decimal): -9361608 or 3680113. OLE color: 3680113.

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

Color convert

RGB 113 39 56 -
CMYK 0 0.65 0.50 0.56
HSL 346.22º 0.49% 0.3% -
HSV(B) 346.22º 0.65% 0.44% -
XYZ 8.25 5.25 4.32 -
YUV 63.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 113 39 56 0 0.65 0.50 0.56 346.22 0.49 0.3
Hex 71 27 38 0 41 32 38 15A 31 1E
Octal 161 47 70 0 101 62 70 532 61 36
Binary 1110001 100111 111000 0 1000001 110010 111000 101011010 110001 11110

Color Harmonies of #712738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712738

Black with #712738

Text Example


Text Example

White with #712738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712738; }

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

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

background-color css

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

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

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

border-color css

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

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

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