Html Css Color HEX #86251C Mandarian Orange

📋 copy color: '#86251C'

red 134 ◦ green 37 ◦ blue 28

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

Shades of Mandarian Orange #86251C

Tints of Mandarian Orange #86251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 67.34%
G = 18.59%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86251C (or 0x86251C) is known color: Mandarian Orange. HEX triplet: 86, 25 and 1C. RGB value is (134,37,28). Sum of RGB (Red+Green+Blue) = 134+37+28=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #86251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86251C is #79DAE3. Grayscale: #414141. Windows color (decimal): -7985892 or 1844614. OLE color: 1844614.

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

Color convert

RGB 134 37 28 -
CMYK 0 0.72 0.79 0.47
HSL 5.09º 0.65% 0.32% -
HSV(B) 5.09º 0.79% 0.53% -
XYZ 10.7 6.48 1.78 -
YUV 64.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 134 37 28 0 0.72 0.79 0.47 5.09 0.65 0.32
Hex 86 25 1C 0 48 4F 2F 5 41 20
Octal 206 45 34 0 110 117 57 5 101 40
Binary 10000110 100101 11100 0 1001000 1001111 101111 101 1000001 100000

Color Harmonies of #86251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86251C

Black with #86251C

Text Example


Text Example

White with #86251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86251C; }

 p { color: rgb(134,37,28); }

 H1.HeaderClassName
 {
   color: #86251C;
 }
 .AnyTagClassName
 {
   color: #86251C;
 }
</style>

background-color css

<style>
 a { background-color: #86251C; }

 a { background-color: rgb(134,37,28); }

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

border-color css

<style>
 span { border-color: #86251C; }

 span { border-color: rgb(134,37,28); }

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