Html Css Color HEX #82261E Mandarian Orange

📋 copy color: '#82261E'

red 130 ◦ green 38 ◦ blue 30

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

Shades of Mandarian Orange #82261E

Tints of Mandarian Orange #82261E

RGB

 RED value IS 130 (51.17% from 255) = 65.66%

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

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 65.66%
G = 19.19%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82261E (or 0x82261E) is known color: Mandarian Orange. HEX triplet: 82, 26 and 1E. RGB value is (130,38,30). Sum of RGB (Red+Green+Blue) = 130+38+30=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #82261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82261E is #7DD9E1. Grayscale: #404040. Windows color (decimal): -8247778 or 1975938. OLE color: 1975938.

HSL color Cylindrical-coordinate representation of color #82261E: hue angle of 4.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82261E is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 30 -
CMYK 0 0.71 0.77 0.49
HSL 4.8º 0.63% 0.31% -
HSV(B) 4.8º 0.77% 0.51% -
XYZ 10.13 6.23 1.9 -
YUV 64.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 130 38 30 0 0.71 0.77 0.49 4.8 0.63 0.31
Hex 82 26 1E 0 47 4D 31 5 3E 1F
Octal 202 46 36 0 107 115 61 5 76 37
Binary 10000010 100110 11110 0 1000111 1001101 110001 101 111110 11111

Color Harmonies of #82261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82261E

Black with #82261E

Text Example


Text Example

White with #82261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82261E; }

 p { color: rgb(130,38,30); }

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

background-color css

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

 a { background-color: rgb(130,38,30); }

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

border-color css

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

 span { border-color: rgb(130,38,30); }

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