Html Css Color HEX #972929 Mandarian Orange

📋 copy color: '#972929'

red 151 ◦ green 41 ◦ blue 41

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

Shades of Mandarian Orange #972929

Tints of Mandarian Orange #972929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 64.81%
G = 17.6%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#972929 (or 0x972929) is known color: Mandarian Orange. HEX triplet: 97, 29 and 29. RGB value is (151,41,41). Sum of RGB (Red+Green+Blue) = 151+41+41=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #972929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972929 is #68D6D6. Grayscale: #4A4A4A. Windows color (decimal): -6870743 or 2697623. OLE color: 2697623.

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

Color convert

RGB 151 41 41 -
CMYK 0 0.73 0.73 0.41
HSL 0.57% 0.38% -
HSV(B) 0.73% 0.59% -
XYZ 13.96 8.33 2.97 -
YUV 73.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 151 41 41 0 0.73 0.73 0.41 0 0.57 0.38
Hex 97 29 29 0 49 49 29 0 39 26
Octal 227 51 51 0 111 111 51 0 71 46
Binary 10010111 101001 101001 0 1001001 1001001 101001 0 111001 100110

Color Harmonies of #972929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972929

Black with #972929

Text Example


Text Example

White with #972929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972929; }

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

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

background-color css

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

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

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

border-color css

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

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

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