Html Css Color HEX #9A010F Sangria

📋 copy color: '#9A010F'

red 154 ◦ green 1 ◦ blue 15

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

Shades of Sangria #9A010F

Tints of Sangria #9A010F

RGB

 RED value IS 154 (60.55% from 255) = 90.59%

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

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

R = 90.59%
G = 0.59%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A010F (or 0x9A010F) is known color: Sangria. HEX triplet: 9A, 01 and 0F. RGB value is (154,1,15). Sum of RGB (Red+Green+Blue) = 154+1+15=170 (22% of max value = 765). Red value is 154 (60.55% from 255 or 90.59% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 154 - color contains mainly: red. Hex color #9A010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A010F is #65FEF0. Grayscale: #303030. Windows color (decimal): -6684401 or 983450. OLE color: 983450.

HSL color Cylindrical-coordinate representation of color #9A010F: hue angle of 354.51º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A010F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 15 -
CMYK 0 0.99 0.90 0.40
HSL 354.51º 0.99% 0.3% -
HSV(B) 354.51º 0.99% 0.6% -
XYZ 13.42 6.93 1.08 -
YUV 48.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 154 1 15 0 0.99 0.90 0.40 354.51 0.99 0.3
Hex 9A 1 F 0 63 5A 28 163 63 1E
Octal 232 1 17 0 143 132 50 543 143 36
Binary 10011010 1 1111 0 1100011 1011010 101000 101100011 1100011 11110

Color Harmonies of #9A010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A010F

Black with #9A010F

Text Example


Text Example

White with #9A010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A010F; }

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

 H1.HeaderClassName
 {
   color: #9A010F;
 }
 .AnyTagClassName
 {
   color: #9A010F;
 }
</style>

background-color css

<style>
 a { background-color: #9A010F; }

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

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

border-color css

<style>
 span { border-color: #9A010F; }

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

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