Html Css Color HEX #731D30 Claret

📋 copy color: '#731D30'

red 115 ◦ green 29 ◦ blue 48

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

Shades of Claret #731D30

Tints of Claret #731D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

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

R = 59.9%
G = 15.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#731D30 (or 0x731D30) is known color: Claret. HEX triplet: 73, 1D and 30. RGB value is (115,29,48). Sum of RGB (Red+Green+Blue) = 115+29+48=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #731D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D30 is #8CE2CF. Grayscale: #383838. Windows color (decimal): -9233104 or 3153267. OLE color: 3153267.

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

Color convert

RGB 115 29 48 -
CMYK 0 0.75 0.58 0.55
HSL 346.74º 0.6% 0.28% -
HSV(B) 346.74º 0.75% 0.45% -
XYZ 8.04 4.74 3.29 -
YUV 56.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 115 29 48 0 0.75 0.58 0.55 346.74 0.6 0.28
Hex 73 1D 30 0 4B 3A 37 15B 3C 1C
Octal 163 35 60 0 113 72 67 533 74 34
Binary 1110011 11101 110000 0 1001011 111010 110111 101011011 111100 11100

Color Harmonies of #731D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D30

Black with #731D30

Text Example


Text Example

White with #731D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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