Html Css Color HEX #983133 Guardsman Red

📋 copy color: '#983133'

red 152 ◦ green 49 ◦ blue 51

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

Shades of Guardsman Red #983133

Tints of Guardsman Red #983133

RGB

 RED value IS 152 (59.77% from 255) = 60.32%

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 60.32%
G = 19.44%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#983133 (or 0x983133) is known color: Guardsman Red. HEX triplet: 98, 31 and 33. RGB value is (152,49,51). Sum of RGB (Red+Green+Blue) = 152+49+51=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #983133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983133 is #67CECC. Grayscale: #505050. Windows color (decimal): -6803149 or 3355032. OLE color: 3355032.

HSL color Cylindrical-coordinate representation of color #983133: hue angle of 358.83º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #983133 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 51 -
CMYK 0 0.68 0.66 0.40
HSL 358.84º 0.51% 0.39% -
HSV(B) 358.84º 0.68% 0.6% -
XYZ 14.64 9.11 4.12 -
YUV 80.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 152 49 51 0 0.68 0.66 0.40 358.84 0.51 0.39
Hex 98 31 33 0 44 42 28 167 33 27
Octal 230 61 63 0 104 102 50 547 63 47
Binary 10011000 110001 110011 0 1000100 1000010 101000 101100111 110011 100111

Color Harmonies of #983133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983133

Black with #983133

Text Example


Text Example

White with #983133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983133; }

 p { color: rgb(152,49,51); }

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

background-color css

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

 a { background-color: rgb(152,49,51); }

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

border-color css

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

 span { border-color: rgb(152,49,51); }

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