Html Css Color HEX #921919 Mandarian Orange

📋 copy color: '#921919'

red 146 ◦ green 25 ◦ blue 25

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

Shades of Mandarian Orange #921919

Tints of Mandarian Orange #921919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 25 (10.16% from 255) = 12.76%

R = 74.49%
G = 12.76%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#921919 (or 0x921919) is known color: Mandarian Orange. HEX triplet: 92, 19 and 19. RGB value is (146,25,25). Sum of RGB (Red+Green+Blue) = 146+25+25=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #921919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921919 is #6DE6E6. Grayscale: #3D3D3D. Windows color (decimal): -7202535 or 1644946. OLE color: 1644946.

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

Color convert

RGB 146 25 25 -
CMYK 0 0.83 0.83 0.43
HSL 0.71% 0.34% -
HSV(B) 0.83% 0.57% -
XYZ 12.38 6.88 1.59 -
YUV 61.18 107.59 188.5 -
System Red Green Blue C M Y K H S L
Decimal 146 25 25 0 0.83 0.83 0.43 0 0.71 0.34
Hex 92 19 19 0 53 53 2B 0 47 22
Octal 222 31 31 0 123 123 53 0 107 42
Binary 10010010 11001 11001 0 1010011 1010011 101011 0 1000111 100010

Color Harmonies of #921919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921919

Black with #921919

Text Example


Text Example

White with #921919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921919; }

 p { color: rgb(146,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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