Html Css Color HEX #731730 Claret

📋 copy color: '#731730'

red 115 ◦ green 23 ◦ blue 48

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

Shades of Claret #731730

Tints of Claret #731730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 61.83%
G = 12.37%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#731730 (or 0x731730) is known color: Claret. HEX triplet: 73, 17 and 30. RGB value is (115,23,48). Sum of RGB (Red+Green+Blue) = 115+23+48=186 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.83% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 115 - color contains mainly: red. Hex color #731730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731730 is #8CE8CF. Grayscale: #353535. Windows color (decimal): -9234640 or 3151731. OLE color: 3151731.

HSL color Cylindrical-coordinate representation of color #731730: hue angle of 343.7º 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 #731730 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 48 -
CMYK 0 0.80 0.58 0.55
HSL 343.7º 0.67% 0.27% -
HSV(B) 343.7º 0.8% 0.45% -
XYZ 7.91 4.47 3.24 -
YUV 53.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 115 23 48 0 0.80 0.58 0.55 343.7 0.67 0.27
Hex 73 17 30 0 50 3A 37 158 43 1B
Octal 163 27 60 0 120 72 67 530 103 33
Binary 1110011 10111 110000 0 1010000 111010 110111 101011000 1000011 11011

Color Harmonies of #731730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731730

Black with #731730

Text Example


Text Example

White with #731730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731730; }

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

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

background-color css

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

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

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

border-color css

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

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

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