Html Css Color HEX #84261B Mandarian Orange

📋 copy color: '#84261B'

red 132 ◦ green 38 ◦ blue 27

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

Shades of Mandarian Orange #84261B

Tints of Mandarian Orange #84261B

RGB

 RED value IS 132 (51.95% from 255) = 67.01%

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

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

R = 67.01%
G = 19.29%
B = 13.71%

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

#84261B (or 0x84261B) is known color: Mandarian Orange. HEX triplet: 84, 26 and 1B. RGB value is (132,38,27). Sum of RGB (Red+Green+Blue) = 132+38+27=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84261B is #7BD9E4. Grayscale: #404040. Windows color (decimal): -8116709 or 1779332. OLE color: 1779332.

HSL color Cylindrical-coordinate representation of color #84261B: hue angle of 6.29º 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 #84261B is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 27 -
CMYK 0 0.71 0.80 0.48
HSL 6.29º 0.66% 0.31% -
HSV(B) 6.29º 0.8% 0.52% -
XYZ 10.41 6.37 1.72 -
YUV 64.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 132 38 27 0 0.71 0.80 0.48 6.29 0.66 0.31
Hex 84 26 1B 0 47 50 30 6 42 1F
Octal 204 46 33 0 107 120 60 6 102 37
Binary 10000100 100110 11011 0 1000111 1010000 110000 110 1000010 11111

Color Harmonies of #84261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84261B

Black with #84261B

Text Example


Text Example

White with #84261B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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