Html Css Color HEX #8B010C Sangria

📋 copy color: '#8B010C'

red 139 ◦ green 1 ◦ blue 12

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

Shades of Sangria #8B010C

Tints of Sangria #8B010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.89%

R = 91.45%
G = 0.66%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B010C (or 0x8B010C) is known color: Sangria. HEX triplet: 8B, 01 and 0C. RGB value is (139,1,12). Sum of RGB (Red+Green+Blue) = 139+1+12=152 (20% of max value = 765). Red value is 139 (54.69% from 255 or 91.45% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 139 - color contains mainly: red. Hex color #8B010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B010C is #74FEF3. Grayscale: #2B2B2B. Windows color (decimal): -7667444 or 786827. OLE color: 786827.

HSL color Cylindrical-coordinate representation of color #8B010C: hue angle of 355.22º 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 #8B010C is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 1 12 -
CMYK 0 0.99 0.91 0.45
HSL 355.22º 0.99% 0.27% -
HSV(B) 355.22º 0.99% 0.55% -
XYZ 10.72 5.54 0.85 -
YUV 43.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 139 1 12 0 0.99 0.91 0.45 355.22 0.99 0.27
Hex 8B 1 C 0 63 5B 2D 163 63 1B
Octal 213 1 14 0 143 133 55 543 143 33
Binary 10001011 1 1100 0 1100011 1011011 101101 101100011 1100011 11011

Color Harmonies of #8B010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B010C

Black with #8B010C

Text Example


Text Example

White with #8B010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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