Html Css Color HEX #8B020F Sangria

📋 copy color: '#8B020F'

red 139 ◦ green 2 ◦ blue 15

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

Shades of Sangria #8B020F

Tints of Sangria #8B020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

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

R = 89.1%
G = 1.28%
B = 9.62%

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

#8B020F (or 0x8B020F) is known color: Sangria. HEX triplet: 8B, 02 and 0F. RGB value is (139,2,15). Sum of RGB (Red+Green+Blue) = 139+2+15=156 (20% of max value = 765). Red value is 139 (54.69% from 255 or 89.10% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 139 - color contains mainly: red. Hex color #8B020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B020F is #74FDF0. Grayscale: #2C2C2C. Windows color (decimal): -7667185 or 983691. OLE color: 983691.

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

Color convert

RGB 139 2 15 -
CMYK 0 0.99 0.89 0.45
HSL 354.31º 0.97% 0.28% -
HSV(B) 354.31º 0.99% 0.55% -
XYZ 10.76 5.57 0.96 -
YUV 44.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 139 2 15 0 0.99 0.89 0.45 354.31 0.97 0.28
Hex 8B 2 F 0 63 59 2D 162 61 1C
Octal 213 2 17 0 143 131 55 542 141 34
Binary 10001011 10 1111 0 1100011 1011001 101101 101100010 1100001 11100

Color Harmonies of #8B020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B020F

Black with #8B020F

Text Example


Text Example

White with #8B020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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