Html Css Color HEX #972925 Mandarian Orange

📋 copy color: '#972925'

red 151 ◦ green 41 ◦ blue 37

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

Shades of Mandarian Orange #972925

Tints of Mandarian Orange #972925

RGB

 RED value IS 151 (59.38% from 255) = 65.94%

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 65.94%
G = 17.9%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#972925 (or 0x972925) is known color: Mandarian Orange. HEX triplet: 97, 29 and 25. RGB value is (151,41,37). Sum of RGB (Red+Green+Blue) = 151+41+37=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #972925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972925 is #68D6DA. Grayscale: #494949. Windows color (decimal): -6870747 or 2435479. OLE color: 2435479.

HSL color Cylindrical-coordinate representation of color #972925: hue angle of 2.11º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972925 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 41 37 -
CMYK 0 0.73 0.75 0.41
HSL 2.11º 0.61% 0.37% -
HSV(B) 2.11º 0.75% 0.59% -
XYZ 13.89 8.3 2.62 -
YUV 73.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 151 41 37 0 0.73 0.75 0.41 2.11 0.61 0.37
Hex 97 29 25 0 49 4B 29 2 3D 25
Octal 227 51 45 0 111 113 51 2 75 45
Binary 10010111 101001 100101 0 1001001 1001011 101001 10 111101 100101

Color Harmonies of #972925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972925

Black with #972925

Text Example


Text Example

White with #972925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972925; }

 p { color: rgb(151,41,37); }

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

background-color css

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

 a { background-color: rgb(151,41,37); }

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

border-color css

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

 span { border-color: rgb(151,41,37); }

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