Html Css Color HEX #731E30 Claret

📋 copy color: '#731E30'

red 115 ◦ green 30 ◦ blue 48

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

Shades of Claret #731E30

Tints of Claret #731E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.54%

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

R = 59.59%
G = 15.54%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#731E30 (or 0x731E30) is known color: Claret. HEX triplet: 73, 1E and 30. RGB value is (115,30,48). Sum of RGB (Red+Green+Blue) = 115+30+48=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #731E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E30 is #8CE1CF. Grayscale: #393939. Windows color (decimal): -9232848 or 3153523. OLE color: 3153523.

HSL color Cylindrical-coordinate representation of color #731E30: hue angle of 347.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E30 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 30 48 -
CMYK 0 0.74 0.58 0.55
HSL 347.29º 0.59% 0.28% -
HSV(B) 347.29º 0.74% 0.45% -
XYZ 8.07 4.79 3.3 -
YUV 57.47 122.66 169.04 -
System Red Green Blue C M Y K H S L
Decimal 115 30 48 0 0.74 0.58 0.55 347.29 0.59 0.28
Hex 73 1E 30 0 4A 3A 37 15B 3B 1C
Octal 163 36 60 0 112 72 67 533 73 34
Binary 1110011 11110 110000 0 1001010 111010 110111 101011011 111011 11100

Color Harmonies of #731E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E30

Black with #731E30

Text Example


Text Example

White with #731E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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