Html Css Color HEX #731738 Claret

📋 copy color: '#731738'

red 115 ◦ green 23 ◦ blue 56

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

Shades of Claret #731738

Tints of Claret #731738

RGB

 RED value IS 115 (45.31% from 255) = 59.28%

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 59.28%
G = 11.86%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#731738 (or 0x731738) is known color: Claret. HEX triplet: 73, 17 and 38. RGB value is (115,23,56). Sum of RGB (Red+Green+Blue) = 115+23+56=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #731738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731738 is #8CE8C7. Grayscale: #363636. Windows color (decimal): -9234632 or 3676019. OLE color: 3676019.

HSL color Cylindrical-coordinate representation of color #731738: hue angle of 338.48º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731738 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 56 -
CMYK 0 0.80 0.51 0.55
HSL 338.48º 0.67% 0.27% -
HSV(B) 338.48º 0.8% 0.45% -
XYZ 8.09 4.54 4.19 -
YUV 54.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 115 23 56 0 0.80 0.51 0.55 338.48 0.67 0.27
Hex 73 17 38 0 50 33 37 152 43 1B
Octal 163 27 70 0 120 63 67 522 103 33
Binary 1110011 10111 111000 0 1010000 110011 110111 101010010 1000011 11011

Color Harmonies of #731738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731738

Black with #731738

Text Example


Text Example

White with #731738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731738; }

 p { color: rgb(115,23,56); }

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

background-color css

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

 a { background-color: rgb(115,23,56); }

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

border-color css

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

 span { border-color: rgb(115,23,56); }

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