#992627

Color #992627 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #992627

Tints of Guardsman Red #992627

Color information

#992627 (or 0x992627) is unknown color: approx Guardsman Red. HEX triplet: 99, 26 and 27. RGB value is (153,38,39). Sum of RGB (Red+Green+Blue) = 153+38+39=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #992627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992627 is #66D9D8. Grayscale: #484848. Windows color (decimal): -6740441 or 2565785. OLE color: 2565785.

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

Color convert

RGB1533839-
CMYK00.750.750.4
HSL359.48º60.21%37.45%-
HSV(B)359.48º75.16%60%-
XYZ14.28.312.77-
YUV72.5109.1185.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.52%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=66.52%
G=16.52%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153383900.750.750.4359.4860.2137.45
Hex99262704B4B281673c25
Octal23146470113113505477445
Binary10011001100110100111010010111001011101000101100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992627; }

 p { color: rgb(153,38,39); }

 H1.HeaderClassName
 {
   color: #992627;
 }
 .AnyTagClassName
 {
   color: #992627;
 }
</style>
background-color css

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

 a { background-color: rgb(153,38,39); }

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

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

 span { border-color: rgb(153,38,39); }

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