Html Css Color HEX #922A25 Mandarian Orange

📋 copy color: '#922A25'

red 146 ◦ green 42 ◦ blue 37

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

Shades of Mandarian Orange #922A25

Tints of Mandarian Orange #922A25

RGB

 RED value IS 146 (57.42% from 255) = 64.89%

 GREEN value IS 42 (16.8% from 255) = 18.67%

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 64.89%
G = 18.67%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#922A25 (or 0x922A25) is known color: Mandarian Orange. HEX triplet: 92, 2A and 25. RGB value is (146,42,37). Sum of RGB (Red+Green+Blue) = 146+42+37=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #922A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922A25 is #6DD5DA. Grayscale: #484848. Windows color (decimal): -7198171 or 2435730. OLE color: 2435730.

HSL color Cylindrical-coordinate representation of color #922A25: hue angle of 2.75º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922A25 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 42 37 -
CMYK 0 0.71 0.75 0.43
HSL 2.75º 0.6% 0.36% -
HSV(B) 2.75º 0.75% 0.57% -
XYZ 13.02 7.9 2.59 -
YUV 72.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 146 42 37 0 0.71 0.75 0.43 2.75 0.6 0.36
Hex 92 2A 25 0 47 4B 2B 3 3C 24
Octal 222 52 45 0 107 113 53 3 74 44
Binary 10010010 101010 100101 0 1000111 1001011 101011 11 111100 100100

Color Harmonies of #922A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922A25

Black with #922A25

Text Example


Text Example

White with #922A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922A25; }

 p { color: rgb(146,42,37); }

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

background-color css

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

 a { background-color: rgb(146,42,37); }

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

border-color css

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

 span { border-color: rgb(146,42,37); }

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