Html Css Color HEX #731530 Claret

📋 copy color: '#731530'

red 115 ◦ green 21 ◦ blue 48

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

Shades of Claret #731530

Tints of Claret #731530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 62.5%
G = 11.41%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#731530 (or 0x731530) is known color: Claret. HEX triplet: 73, 15 and 30. RGB value is (115,21,48). Sum of RGB (Red+Green+Blue) = 115+21+48=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #731530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731530 is #8CEACF. Grayscale: #343434. Windows color (decimal): -9235152 or 3151219. OLE color: 3151219.

HSL color Cylindrical-coordinate representation of color #731530: hue angle of 342.77º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731530 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 48 -
CMYK 0 0.82 0.58 0.55
HSL 342.77º 0.69% 0.27% -
HSV(B) 342.77º 0.82% 0.45% -
XYZ 7.87 4.39 3.23 -
YUV 52.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 115 21 48 0 0.82 0.58 0.55 342.77 0.69 0.27
Hex 73 15 30 0 52 3A 37 157 45 1B
Octal 163 25 60 0 122 72 67 527 105 33
Binary 1110011 10101 110000 0 1010010 111010 110111 101010111 1000101 11011

Color Harmonies of #731530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731530

Black with #731530

Text Example


Text Example

White with #731530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731530; }

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

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

background-color css

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

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

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

border-color css

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

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

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