Html Css Color HEX #983134 Guardsman Red

📋 copy color: '#983134'

red 152 ◦ green 49 ◦ blue 52

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

Shades of Guardsman Red #983134

Tints of Guardsman Red #983134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 60.08%
G = 19.37%
B = 20.55%

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

#983134 (or 0x983134) is known color: Guardsman Red. HEX triplet: 98, 31 and 34. RGB value is (152,49,52). Sum of RGB (Red+Green+Blue) = 152+49+52=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #983134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983134 is #67CECB. Grayscale: #505050. Windows color (decimal): -6803148 or 3420568. OLE color: 3420568.

HSL color Cylindrical-coordinate representation of color #983134: hue angle of 358.25º 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 #983134 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 52 -
CMYK 0 0.68 0.66 0.40
HSL 358.25º 0.51% 0.39% -
HSV(B) 358.25º 0.68% 0.6% -
XYZ 14.67 9.12 4.24 -
YUV 80.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 152 49 52 0 0.68 0.66 0.40 358.25 0.51 0.39
Hex 98 31 34 0 44 42 28 166 33 27
Octal 230 61 64 0 104 102 50 546 63 47
Binary 10011000 110001 110100 0 1000100 1000010 101000 101100110 110011 100111

Color Harmonies of #983134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983134

Black with #983134

Text Example


Text Example

White with #983134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983134; }

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

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

background-color css

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

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

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

border-color css

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

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

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