Html Css Color HEX #903031 Guardsman Red

📋 copy color: '#903031'

red 144 ◦ green 48 ◦ blue 49

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

Shades of Guardsman Red #903031

Tints of Guardsman Red #903031

RGB

 RED value IS 144 (56.64% from 255) = 59.75%

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 59.75%
G = 19.92%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#903031 (or 0x903031) is known color: Guardsman Red. HEX triplet: 90, 30 and 31. RGB value is (144,48,49). Sum of RGB (Red+Green+Blue) = 144+48+49=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #903031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #903031 is #6FCFCE. Grayscale: #4C4C4C. Windows color (decimal): -7327695 or 3223696. OLE color: 3223696.

HSL color Cylindrical-coordinate representation of color #903031: hue angle of 359.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903031 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 48 49 -
CMYK 0 0.67 0.66 0.44
HSL 359.38º 0.5% 0.38% -
HSV(B) 359.38º 0.67% 0.56% -
XYZ 13.11 8.26 3.81 -
YUV 76.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 144 48 49 0 0.67 0.66 0.44 359.38 0.5 0.38
Hex 90 30 31 0 43 42 2C 167 32 26
Octal 220 60 61 0 103 102 54 547 62 46
Binary 10010000 110000 110001 0 1000011 1000010 101100 101100111 110010 100110

Color Harmonies of #903031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #903031

Black with #903031

Text Example


Text Example

White with #903031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #903031; }

 p { color: rgb(144,48,49); }

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

background-color css

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

 a { background-color: rgb(144,48,49); }

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

border-color css

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

 span { border-color: rgb(144,48,49); }

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