Html Css Color HEX #93080F Sangria

📋 copy color: '#93080F'

red 147 ◦ green 8 ◦ blue 15

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

Shades of Sangria #93080F

Tints of Sangria #93080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

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

R = 86.47%
G = 4.71%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93080F (or 0x93080F) is known color: Sangria. HEX triplet: 93, 08 and 0F. RGB value is (147,8,15). Sum of RGB (Red+Green+Blue) = 147+8+15=170 (22% of max value = 765). Red value is 147 (57.81% from 255 or 86.47% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 147 - color contains mainly: red. Hex color #93080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93080F is #6CF7F0. Grayscale: #323232. Windows color (decimal): -7141361 or 985235. OLE color: 985235.

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

Color convert

RGB 147 8 15 -
CMYK 0 0.95 0.90 0.42
HSL 356.98º 0.9% 0.3% -
HSV(B) 356.98º 0.95% 0.58% -
XYZ 12.21 6.41 1.05 -
YUV 50.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 147 8 15 0 0.95 0.90 0.42 356.98 0.9 0.3
Hex 93 8 F 0 5F 5A 2A 165 5A 1E
Octal 223 10 17 0 137 132 52 545 132 36
Binary 10010011 1000 1111 0 1011111 1011010 101010 101100101 1011010 11110

Color Harmonies of #93080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93080F

Black with #93080F

Text Example


Text Example

White with #93080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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