Html Css Color HEX #862A29 Mandarian Orange

📋 copy color: '#862A29'

red 134 ◦ green 42 ◦ blue 41

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

Shades of Mandarian Orange #862A29

Tints of Mandarian Orange #862A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.35%

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

R = 61.75%
G = 19.35%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#862A29 (or 0x862A29) is known color: Mandarian Orange. HEX triplet: 86, 2A and 29. RGB value is (134,42,41). Sum of RGB (Red+Green+Blue) = 134+42+41=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #862A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A29 is #79D5D6. Grayscale: #454545. Windows color (decimal): -7984599 or 2697862. OLE color: 2697862.

HSL color Cylindrical-coordinate representation of color #862A29: hue angle of 0.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862A29 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 42 41 -
CMYK 0 0.69 0.69 0.47
HSL 0.65º 0.53% 0.34% -
HSV(B) 0.65º 0.69% 0.53% -
XYZ 11.06 6.88 2.84 -
YUV 69.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 134 42 41 0 0.69 0.69 0.47 0.65 0.53 0.34
Hex 86 2A 29 0 45 45 2F 1 35 22
Octal 206 52 51 0 105 105 57 1 65 42
Binary 10000110 101010 101001 0 1000101 1000101 101111 1 110101 100010

Color Harmonies of #862A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862A29

Black with #862A29

Text Example


Text Example

White with #862A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862A29; }

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

 H1.HeaderClassName
 {
   color: #862A29;
 }
 .AnyTagClassName
 {
   color: #862A29;
 }
</style>

background-color css

<style>
 a { background-color: #862A29; }

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

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

border-color css

<style>
 span { border-color: #862A29; }

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

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