Html Css Color HEX #85261B Mandarian Orange

📋 copy color: '#85261B'

red 133 ◦ green 38 ◦ blue 27

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

Shades of Mandarian Orange #85261B

Tints of Mandarian Orange #85261B

RGB

 RED value IS 133 (52.34% from 255) = 67.17%

 GREEN value IS 38 (15.23% from 255) = 19.19%

 BLUE value IS 27 (10.94% from 255) = 13.64%

R = 67.17%
G = 19.19%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85261B (or 0x85261B) is known color: Mandarian Orange. HEX triplet: 85, 26 and 1B. RGB value is (133,38,27). Sum of RGB (Red+Green+Blue) = 133+38+27=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85261B is #7AD9E4. Grayscale: #414141. Windows color (decimal): -8051173 or 1779333. OLE color: 1779333.

HSL color Cylindrical-coordinate representation of color #85261B: hue angle of 6.23º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85261B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 27 -
CMYK 0 0.71 0.80 0.48
HSL 6.23º 0.66% 0.31% -
HSV(B) 6.23º 0.8% 0.52% -
XYZ 10.56 6.45 1.73 -
YUV 65.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 133 38 27 0 0.71 0.80 0.48 6.23 0.66 0.31
Hex 85 26 1B 0 47 50 30 6 42 1F
Octal 205 46 33 0 107 120 60 6 102 37
Binary 10000101 100110 11011 0 1000111 1010000 110000 110 1000010 11111

Color Harmonies of #85261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85261B

Black with #85261B

Text Example


Text Example

White with #85261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85261B; }

 p { color: rgb(133,38,27); }

 H1.HeaderClassName
 {
   color: #85261B;
 }
 .AnyTagClassName
 {
   color: #85261B;
 }
</style>

background-color css

<style>
 a { background-color: #85261B; }

 a { background-color: rgb(133,38,27); }

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

border-color css

<style>
 span { border-color: #85261B; }

 span { border-color: rgb(133,38,27); }

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