Html Css Color HEX #862323 Mandarian Orange

📋 copy color: '#862323'

red 134 ◦ green 35 ◦ blue 35

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

Shades of Mandarian Orange #862323

Tints of Mandarian Orange #862323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.16%

R = 65.69%
G = 17.16%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#862323 (or 0x862323) is known color: Mandarian Orange. HEX triplet: 86, 23 and 23. RGB value is (134,35,35). Sum of RGB (Red+Green+Blue) = 134+35+35=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #862323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862323 is #79DCDC. Grayscale: #404040. Windows color (decimal): -7986397 or 2302854. OLE color: 2302854.

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

Color convert

RGB 134 35 35 -
CMYK 0 0.74 0.74 0.47
HSL 0.59% 0.33% -
HSV(B) 0.74% 0.53% -
XYZ 10.74 6.39 2.26 -
YUV 64.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 134 35 35 0 0.74 0.74 0.47 0 0.59 0.33
Hex 86 23 23 0 4A 4A 2F 0 3B 21
Octal 206 43 43 0 112 112 57 0 73 41
Binary 10000110 100011 100011 0 1001010 1001010 101111 0 111011 100001

Color Harmonies of #862323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862323

Black with #862323

Text Example


Text Example

White with #862323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862323; }

 p { color: rgb(134,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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