Html Css Color HEX #93000E Sangria

📋 copy color: '#93000E'

red 147 ◦ green 0 ◦ blue 14

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

Shades of Sangria #93000E

Tints of Sangria #93000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 8.7%

R = 91.3%
G = 0%
B = 8.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93000E (or 0x93000E) is known color: Sangria. HEX triplet: 93, 00 and 0E. RGB value is (147,0,14). Sum of RGB (Red+Green+Blue) = 147+0+14=161 (21% of max value = 765). Red value is 147 (57.81% from 255 or 91.30% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 147 - color contains mainly: red. Hex color #93000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93000E is #6CFFF1. Grayscale: #2D2D2D. Windows color (decimal): -7143410 or 917651. OLE color: 917651.

HSL color Cylindrical-coordinate representation of color #93000E: hue angle of 354.29º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93000E is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 0 14 -
CMYK 0 1 0.90 0.42
HSL 354.29º 1% 0.29% -
HSV(B) 354.29º 1% 0.58% -
XYZ 12.11 6.23 0.98 -
YUV 45.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 147 0 14 0 1 0.90 0.42 354.29 1 0.29
Hex 93 0 E 0 64 5A 2A 162 64 1D
Octal 223 0 16 0 144 132 52 542 144 35
Binary 10010011 0 1110 0 1100100 1011010 101010 101100010 1100100 11101

Color Harmonies of #93000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93000E

Black with #93000E

Text Example


Text Example

White with #93000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93000E; }

 p { color: rgb(147,0,14); }

 H1.HeaderClassName
 {
   color: #93000E;
 }
 .AnyTagClassName
 {
   color: #93000E;
 }
</style>

background-color css

<style>
 a { background-color: #93000E; }

 a { background-color: rgb(147,0,14); }

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

border-color css

<style>
 span { border-color: #93000E; }

 span { border-color: rgb(147,0,14); }

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