Html Css Color HEX #93040F Sangria

📋 copy color: '#93040F'

red 147 ◦ green 4 ◦ blue 15

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

Shades of Sangria #93040F

Tints of Sangria #93040F

RGB

 RED value IS 147 (57.81% from 255) = 88.55%

 GREEN value IS 4 (1.95% from 255) = 2.41%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 88.55%
G = 2.41%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93040F (or 0x93040F) is known color: Sangria. HEX triplet: 93, 04 and 0F. RGB value is (147,4,15). Sum of RGB (Red+Green+Blue) = 147+4+15=166 (21% of max value = 765). Red value is 147 (57.81% from 255 or 88.55% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 147 - color contains mainly: red. Hex color #93040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93040F is #6CFBF0. Grayscale: #303030. Windows color (decimal): -7142385 or 984211. OLE color: 984211.

HSL color Cylindrical-coordinate representation of color #93040F: hue angle of 355.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93040F is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 15 -
CMYK 0 0.97 0.90 0.42
HSL 355.38º 0.95% 0.3% -
HSV(B) 355.38º 0.97% 0.58% -
XYZ 12.16 6.32 1.03 -
YUV 48.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 147 4 15 0 0.97 0.90 0.42 355.38 0.95 0.3
Hex 93 4 F 0 61 5A 2A 163 5F 1E
Octal 223 4 17 0 141 132 52 543 137 36
Binary 10010011 100 1111 0 1100001 1011010 101010 101100011 1011111 11110

Color Harmonies of #93040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93040F

Black with #93040F

Text Example


Text Example

White with #93040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93040F; }

 p { color: rgb(147,4,15); }

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

background-color css

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

 a { background-color: rgb(147,4,15); }

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

border-color css

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

 span { border-color: rgb(147,4,15); }

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