Html Css Color HEX #861B33 Scarlett

📋 copy color: '#861B33'

red 134 ◦ green 27 ◦ blue 51

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

Shades of Scarlett #861B33

Tints of Scarlett #861B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 63.21%
G = 12.74%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#861B33 (or 0x861B33) is known color: Scarlett. HEX triplet: 86, 1B and 33. RGB value is (134,27,51). Sum of RGB (Red+Green+Blue) = 134+27+51=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #861B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B33 is #79E4CC. Grayscale: #3D3D3D. Windows color (decimal): -7988429 or 3349382. OLE color: 3349382.

HSL color Cylindrical-coordinate representation of color #861B33: hue angle of 346.54º 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 #861B33 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 27 51 -
CMYK 0 0.80 0.62 0.47
HSL 346.54º 0.66% 0.32% -
HSV(B) 346.54º 0.8% 0.53% -
XYZ 10.82 6.09 3.74 -
YUV 61.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 134 27 51 0 0.80 0.62 0.47 346.54 0.66 0.32
Hex 86 1B 33 0 50 3E 2F 15B 42 20
Octal 206 33 63 0 120 76 57 533 102 40
Binary 10000110 11011 110011 0 1010000 111110 101111 101011011 1000010 100000

Color Harmonies of #861B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B33

Black with #861B33

Text Example


Text Example

White with #861B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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