Html Css Color HEX #8B172D Scarlett

📋 copy color: '#8B172D'

red 139 ◦ green 23 ◦ blue 45

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

Shades of Scarlett #8B172D

Tints of Scarlett #8B172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.11%

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 67.15%
G = 11.11%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B172D (or 0x8B172D) is known color: Scarlett. HEX triplet: 8B, 17 and 2D. RGB value is (139,23,45). Sum of RGB (Red+Green+Blue) = 139+23+45=207 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.15% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 139 - color contains mainly: red. Hex color #8B172D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B172D is #74E8D2. Grayscale: #3C3C3C. Windows color (decimal): -7661779 or 2955147. OLE color: 2955147.

HSL color Cylindrical-coordinate representation of color #8B172D: hue angle of 348.62º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B172D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 23 45 -
CMYK 0 0.83 0.68 0.45
HSL 348.62º 0.72% 0.32% -
HSV(B) 348.62º 0.83% 0.55% -
XYZ 11.43 6.29 3.09 -
YUV 60.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 139 23 45 0 0.83 0.68 0.45 348.62 0.72 0.32
Hex 8B 17 2D 0 53 44 2D 15D 48 20
Octal 213 27 55 0 123 104 55 535 110 40
Binary 10001011 10111 101101 0 1010011 1000100 101101 101011101 1001000 100000

Color Harmonies of #8B172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B172D

Black with #8B172D

Text Example


Text Example

White with #8B172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,23,45); }

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

background-color css

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

 a { background-color: rgb(139,23,45); }

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

border-color css

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

 span { border-color: rgb(139,23,45); }

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