Html Css Color HEX #93010F Sangria

📋 copy color: '#93010F'

red 147 ◦ green 1 ◦ blue 15

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

Shades of Sangria #93010F

Tints of Sangria #93010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 90.18%
G = 0.61%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93010F (or 0x93010F) is known color: Sangria. HEX triplet: 93, 01 and 0F. RGB value is (147,1,15). Sum of RGB (Red+Green+Blue) = 147+1+15=163 (21% of max value = 765). Red value is 147 (57.81% from 255 or 90.18% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 147 - color contains mainly: red. Hex color #93010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93010F is #6CFEF0. Grayscale: #2E2E2E. Windows color (decimal): -7143153 or 983443. OLE color: 983443.

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

Color convert

RGB 147 1 15 -
CMYK 0 0.99 0.90 0.42
HSL 354.25º 0.99% 0.29% -
HSV(B) 354.25º 0.99% 0.58% -
XYZ 12.13 6.26 1.02 -
YUV 46.25 110.37 199.86 -
System Red Green Blue C M Y K H S L
Decimal 147 1 15 0 0.99 0.90 0.42 354.25 0.99 0.29
Hex 93 1 F 0 63 5A 2A 162 63 1D
Octal 223 1 17 0 143 132 52 542 143 35
Binary 10010011 1 1111 0 1100011 1011010 101010 101100010 1100011 11101

Color Harmonies of #93010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93010F

Black with #93010F

Text Example


Text Example

White with #93010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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