Html Css Color HEX #82261D Mandarian Orange

📋 copy color: '#82261D'

red 130 ◦ green 38 ◦ blue 29

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

Shades of Mandarian Orange #82261D

Tints of Mandarian Orange #82261D

RGB

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

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

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

R = 65.99%
G = 19.29%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82261D (or 0x82261D) is known color: Mandarian Orange. HEX triplet: 82, 26 and 1D. RGB value is (130,38,29). Sum of RGB (Red+Green+Blue) = 130+38+29=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82261D is #7DD9E2. Grayscale: #404040. Windows color (decimal): -8247779 or 1910402. OLE color: 1910402.

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

Color convert

RGB 130 38 29 -
CMYK 0 0.71 0.78 0.49
HSL 5.35º 0.64% 0.31% -
HSV(B) 5.35º 0.78% 0.51% -
XYZ 10.12 6.22 1.83 -
YUV 64.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 130 38 29 0 0.71 0.78 0.49 5.35 0.64 0.31
Hex 82 26 1D 0 47 4E 31 5 40 1F
Octal 202 46 35 0 107 116 61 5 100 37
Binary 10000010 100110 11101 0 1000111 1001110 110001 101 1000000 11111

Color Harmonies of #82261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82261D

Black with #82261D

Text Example


Text Example

White with #82261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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