Html Css Color HEX #731630 Claret

📋 copy color: '#731630'

red 115 ◦ green 22 ◦ blue 48

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

Shades of Claret #731630

Tints of Claret #731630

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 62.16%
G = 11.89%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#731630 (or 0x731630) is known color: Claret. HEX triplet: 73, 16 and 30. RGB value is (115,22,48). Sum of RGB (Red+Green+Blue) = 115+22+48=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #731630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731630 is #8CE9CF. Grayscale: #343434. Windows color (decimal): -9234896 or 3151475. OLE color: 3151475.

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

Color convert

RGB 115 22 48 -
CMYK 0 0.81 0.58 0.55
HSL 343.23º 0.68% 0.27% -
HSV(B) 343.23º 0.81% 0.45% -
XYZ 7.89 4.43 3.24 -
YUV 52.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 115 22 48 0 0.81 0.58 0.55 343.23 0.68 0.27
Hex 73 16 30 0 51 3A 37 157 44 1B
Octal 163 26 60 0 121 72 67 527 104 33
Binary 1110011 10110 110000 0 1010001 111010 110111 101010111 1000100 11011

Color Harmonies of #731630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731630

Black with #731630

Text Example


Text Example

White with #731630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731630; }

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

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

background-color css

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

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

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

border-color css

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

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

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