Html Css Color HEX #84231D Mandarian Orange

📋 copy color: '#84231D'

red 132 ◦ green 35 ◦ blue 29

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

Shades of Mandarian Orange #84231D

Tints of Mandarian Orange #84231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.86%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 67.35%
G = 17.86%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84231D (or 0x84231D) is known color: Mandarian Orange. HEX triplet: 84, 23 and 1D. RGB value is (132,35,29). Sum of RGB (Red+Green+Blue) = 132+35+29=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #84231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84231D is #7BDCE2. Grayscale: #3F3F3F. Windows color (decimal): -8117475 or 1909636. OLE color: 1909636.

HSL color Cylindrical-coordinate representation of color #84231D: hue angle of 3.5º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84231D is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 29 -
CMYK 0 0.73 0.78 0.48
HSL 3.5º 0.64% 0.32% -
HSV(B) 3.5º 0.78% 0.52% -
XYZ 10.34 6.2 1.81 -
YUV 63.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 132 35 29 0 0.73 0.78 0.48 3.5 0.64 0.32
Hex 84 23 1D 0 49 4E 30 3 40 20
Octal 204 43 35 0 111 116 60 3 100 40
Binary 10000100 100011 11101 0 1001001 1001110 110000 11 1000000 100000

Color Harmonies of #84231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84231D

Black with #84231D

Text Example


Text Example

White with #84231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84231D; }

 p { color: rgb(132,35,29); }

 H1.HeaderClassName
 {
   color: #84231D;
 }
 .AnyTagClassName
 {
   color: #84231D;
 }
</style>

background-color css

<style>
 a { background-color: #84231D; }

 a { background-color: rgb(132,35,29); }

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

border-color css

<style>
 span { border-color: #84231D; }

 span { border-color: rgb(132,35,29); }

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