Html Css Color HEX #96000F Sangria

📋 copy color: '#96000F'

red 150 ◦ green 0 ◦ blue 15

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

Shades of Sangria #96000F

Tints of Sangria #96000F

RGB

 RED value IS 150 (58.98% from 255) = 90.91%

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

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

R = 90.91%
G = 0%
B = 9.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96000F (or 0x96000F) is known color: Sangria. HEX triplet: 96, 00 and 0F. RGB value is (150,0,15). Sum of RGB (Red+Green+Blue) = 150+0+15=165 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.91% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 150 - color contains mainly: red. Hex color #96000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96000F is #69FFF0. Grayscale: #2E2E2E. Windows color (decimal): -6946801 or 983190. OLE color: 983190.

HSL color Cylindrical-coordinate representation of color #96000F: hue angle of 354º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96000F is Cyan = 0, Magento = 1, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 15 -
CMYK 0 1 0.9 0.41
HSL 354º 1% 0.29% -
HSV(B) 354º 1% 0.59% -
XYZ 12.66 6.52 1.04 -
YUV 46.56 110.2 201.78 -
System Red Green Blue C M Y K H S L
Decimal 150 0 15 0 1 0.9 0.41 354 1 0.29
Hex 96 0 F 0 64 5A 29 162 64 1D
Octal 226 0 17 0 144 132 51 542 144 35
Binary 10010110 0 1111 0 1100100 1011010 101001 101100010 1100100 11101

Color Harmonies of #96000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96000F

Black with #96000F

Text Example


Text Example

White with #96000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,0,15); }

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

background-color css

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

 a { background-color: rgb(150,0,15); }

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

border-color css

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

 span { border-color: rgb(150,0,15); }

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