Html Css Color HEX #8B132D Scarlett

📋 copy color: '#8B132D'

red 139 ◦ green 19 ◦ blue 45

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

Shades of Scarlett #8B132D

Tints of Scarlett #8B132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 68.47%
G = 9.36%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B132D (or 0x8B132D) is known color: Scarlett. HEX triplet: 8B, 13 and 2D. RGB value is (139,19,45). Sum of RGB (Red+Green+Blue) = 139+19+45=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B132D is #74ECD2. Grayscale: #393939. Windows color (decimal): -7662803 or 2954123. OLE color: 2954123.

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

Color convert

RGB 139 19 45 -
CMYK 0 0.86 0.68 0.45
HSL 347º 0.76% 0.31% -
HSV(B) 347º 0.86% 0.55% -
XYZ 11.35 6.14 3.07 -
YUV 57.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 139 19 45 0 0.86 0.68 0.45 347 0.76 0.31
Hex 8B 13 2D 0 56 44 2D 15B 4C 1F
Octal 213 23 55 0 126 104 55 533 114 37
Binary 10001011 10011 101101 0 1010110 1000100 101101 101011011 1001100 11111

Color Harmonies of #8B132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B132D

Black with #8B132D

Text Example


Text Example

White with #8B132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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