Html Css Color HEX #983237 Guardsman Red

📋 copy color: '#983237'

red 152 ◦ green 50 ◦ blue 55

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

Shades of Guardsman Red #983237

Tints of Guardsman Red #983237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 59.14%
G = 19.46%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#983237 (or 0x983237) is known color: Guardsman Red. HEX triplet: 98, 32 and 37. RGB value is (152,50,55). Sum of RGB (Red+Green+Blue) = 152+50+55=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #983237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983237 is #67CDC8. Grayscale: #515151. Windows color (decimal): -6802889 or 3617432. OLE color: 3617432.

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

Color convert

RGB 152 50 55 -
CMYK 0 0.67 0.64 0.40
HSL 357.06º 0.5% 0.4% -
HSV(B) 357.06º 0.67% 0.6% -
XYZ 14.78 9.23 4.62 -
YUV 81.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 152 50 55 0 0.67 0.64 0.40 357.06 0.5 0.4
Hex 98 32 37 0 43 40 28 165 32 28
Octal 230 62 67 0 103 100 50 545 62 50
Binary 10011000 110010 110111 0 1000011 1000000 101000 101100101 110010 101000

Color Harmonies of #983237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983237

Black with #983237

Text Example


Text Example

White with #983237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983237; }

 p { color: rgb(152,50,55); }

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

background-color css

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

 a { background-color: rgb(152,50,55); }

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

border-color css

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

 span { border-color: rgb(152,50,55); }

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