Html Css Color HEX #861B32 Scarlett

📋 copy color: '#861B32'

red 134 ◦ green 27 ◦ blue 50

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

Shades of Scarlett #861B32

Tints of Scarlett #861B32

RGB

 RED value IS 134 (52.73% from 255) = 63.51%

 GREEN value IS 27 (10.94% from 255) = 12.8%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 63.51%
G = 12.8%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#861B32 (or 0x861B32) is known color: Scarlett. HEX triplet: 86, 1B and 32. RGB value is (134,27,50). Sum of RGB (Red+Green+Blue) = 134+27+50=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #861B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B32 is #79E4CD. Grayscale: #3D3D3D. Windows color (decimal): -7988430 or 3283846. OLE color: 3283846.

HSL color Cylindrical-coordinate representation of color #861B32: hue angle of 347.1º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B32 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 27 50 -
CMYK 0 0.80 0.63 0.47
HSL 347.1º 0.66% 0.32% -
HSV(B) 347.1º 0.8% 0.53% -
XYZ 10.8 6.08 3.62 -
YUV 61.62 121.45 179.63 -
System Red Green Blue C M Y K H S L
Decimal 134 27 50 0 0.80 0.63 0.47 347.1 0.66 0.32
Hex 86 1B 32 0 50 3F 2F 15B 42 20
Octal 206 33 62 0 120 77 57 533 102 40
Binary 10000110 11011 110010 0 1010000 111111 101111 101011011 1000010 100000

Color Harmonies of #861B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B32

Black with #861B32

Text Example


Text Example

White with #861B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861B32; }

 p { color: rgb(134,27,50); }

 H1.HeaderClassName
 {
   color: #861B32;
 }
 .AnyTagClassName
 {
   color: #861B32;
 }
</style>

background-color css

<style>
 a { background-color: #861B32; }

 a { background-color: rgb(134,27,50); }

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

border-color css

<style>
 span { border-color: #861B32; }

 span { border-color: rgb(134,27,50); }

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