Html Css Color HEX #730E2E Claret

📋 copy color: '#730E2E'

red 115 ◦ green 14 ◦ blue 46

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

Shades of Claret #730E2E

Tints of Claret #730E2E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8%

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

R = 65.71%
G = 8%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#730E2E (or 0x730E2E) is known color: Claret. HEX triplet: 73, 0E and 2E. RGB value is (115,14,46). Sum of RGB (Red+Green+Blue) = 115+14+46=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #730E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E2E is #8CF1D1. Grayscale: #2F2F2F. Windows color (decimal): -9236946 or 3018355. OLE color: 3018355.

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

Color convert

RGB 115 14 46 -
CMYK 0 0.88 0.6 0.55
HSL 340.99º 0.78% 0.25% -
HSV(B) 340.99º 0.88% 0.45% -
XYZ 7.72 4.16 2.98 -
YUV 47.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 115 14 46 0 0.88 0.6 0.55 340.99 0.78 0.25
Hex 73 E 2E 0 58 3C 37 155 4E 19
Octal 163 16 56 0 130 74 67 525 116 31
Binary 1110011 1110 101110 0 1011000 111100 110111 101010101 1001110 11001

Color Harmonies of #730E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E2E

Black with #730E2E

Text Example


Text Example

White with #730E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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