Html Css Color HEX #861B29 Scarlett

📋 copy color: '#861B29'

red 134 ◦ green 27 ◦ blue 41

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

Shades of Scarlett #861B29

Tints of Scarlett #861B29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.3%

R = 66.34%
G = 13.37%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#861B29 (or 0x861B29) is known color: Scarlett. HEX triplet: 86, 1B and 29. RGB value is (134,27,41). Sum of RGB (Red+Green+Blue) = 134+27+41=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #861B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B29 is #79E4D6. Grayscale: #3C3C3C. Windows color (decimal): -7988439 or 2694022. OLE color: 2694022.

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

Color convert

RGB 134 27 41 -
CMYK 0 0.80 0.69 0.47
HSL 352.15º 0.66% 0.32% -
HSV(B) 352.15º 0.8% 0.53% -
XYZ 10.62 6.01 2.7 -
YUV 60.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 134 27 41 0 0.80 0.69 0.47 352.15 0.66 0.32
Hex 86 1B 29 0 50 45 2F 160 42 20
Octal 206 33 51 0 120 105 57 540 102 40
Binary 10000110 11011 101001 0 1010000 1000101 101111 101100000 1000010 100000

Color Harmonies of #861B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861B29

Black with #861B29

Text Example


Text Example

White with #861B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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