Html Css Color HEX #730F2E Claret

📋 copy color: '#730F2E'

red 115 ◦ green 15 ◦ blue 46

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

Shades of Claret #730F2E

Tints of Claret #730F2E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.52%

 BLUE value IS 46 (18.36% from 255) = 26.14%

R = 65.34%
G = 8.52%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#730F2E (or 0x730F2E) is known color: Claret. HEX triplet: 73, 0F and 2E. RGB value is (115,15,46). Sum of RGB (Red+Green+Blue) = 115+15+46=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #730F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F2E is #8CF0D1. Grayscale: #303030. Windows color (decimal): -9236690 or 3018611. OLE color: 3018611.

HSL color Cylindrical-coordinate representation of color #730F2E: hue angle of 341.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F2E is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 15 46 -
CMYK 0 0.87 0.6 0.55
HSL 341.4º 0.77% 0.25% -
HSV(B) 341.4º 0.87% 0.45% -
XYZ 7.73 4.18 2.98 -
YUV 48.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 115 15 46 0 0.87 0.6 0.55 341.4 0.77 0.25
Hex 73 F 2E 0 57 3C 37 155 4D 19
Octal 163 17 56 0 127 74 67 525 115 31
Binary 1110011 1111 101110 0 1010111 111100 110111 101010101 1001101 11001

Color Harmonies of #730F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F2E

Black with #730F2E

Text Example


Text Example

White with #730F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730F2E; }

 p { color: rgb(115,15,46); }

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

background-color css

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

 a { background-color: rgb(115,15,46); }

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

border-color css

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

 span { border-color: rgb(115,15,46); }

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