Html Css Color HEX #8B010F Sangria

📋 copy color: '#8B010F'

red 139 ◦ green 1 ◦ blue 15

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

Shades of Sangria #8B010F

Tints of Sangria #8B010F

RGB

 RED value IS 139 (54.69% from 255) = 89.68%

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

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

R = 89.68%
G = 0.65%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8B010F (or 0x8B010F) is known color: Sangria. HEX triplet: 8B, 01 and 0F. RGB value is (139,1,15). Sum of RGB (Red+Green+Blue) = 139+1+15=155 (20% of max value = 765). Red value is 139 (54.69% from 255 or 89.68% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 139 - color contains mainly: red. Hex color #8B010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B010F is #74FEF0. Grayscale: #2B2B2B. Windows color (decimal): -7667441 or 983435. OLE color: 983435.

HSL color Cylindrical-coordinate representation of color #8B010F: hue angle of 353.91º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B010F is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 1 15 -
CMYK 0 0.99 0.89 0.45
HSL 353.91º 0.99% 0.27% -
HSV(B) 353.91º 0.99% 0.55% -
XYZ 10.74 5.55 0.96 -
YUV 43.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 139 1 15 0 0.99 0.89 0.45 353.91 0.99 0.27
Hex 8B 1 F 0 63 59 2D 162 63 1B
Octal 213 1 17 0 143 131 55 542 143 33
Binary 10001011 1 1111 0 1100011 1011001 101101 101100010 1100011 11011

Color Harmonies of #8B010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B010F

Black with #8B010F

Text Example


Text Example

White with #8B010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B010F; }

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

 H1.HeaderClassName
 {
   color: #8B010F;
 }
 .AnyTagClassName
 {
   color: #8B010F;
 }
</style>

background-color css

<style>
 a { background-color: #8B010F; }

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

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

border-color css

<style>
 span { border-color: #8B010F; }

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

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