Html Css Color HEX #93040D Sangria

📋 copy color: '#93040D'

red 147 ◦ green 4 ◦ blue 13

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

Shades of Sangria #93040D

Tints of Sangria #93040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.93%

R = 89.63%
G = 2.44%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93040D (or 0x93040D) is known color: Sangria. HEX triplet: 93, 04 and 0D. RGB value is (147,4,13). Sum of RGB (Red+Green+Blue) = 147+4+13=164 (21% of max value = 765). Red value is 147 (57.81% from 255 or 89.63% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 147 - color contains mainly: red. Hex color #93040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93040D is #6CFBF2. Grayscale: #2F2F2F. Windows color (decimal): -7142387 or 853139. OLE color: 853139.

HSL color Cylindrical-coordinate representation of color #93040D: hue angle of 356.22º 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 #93040D is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 13 -
CMYK 0 0.97 0.91 0.42
HSL 356.22º 0.95% 0.3% -
HSV(B) 356.22º 0.97% 0.58% -
XYZ 12.15 6.32 0.96 -
YUV 47.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 147 4 13 0 0.97 0.91 0.42 356.22 0.95 0.3
Hex 93 4 D 0 61 5B 2A 164 5F 1E
Octal 223 4 15 0 141 133 52 544 137 36
Binary 10010011 100 1101 0 1100001 1011011 101010 101100100 1011111 11110

Color Harmonies of #93040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93040D

Black with #93040D

Text Example


Text Example

White with #93040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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