Html Css Color HEX #961037 Bright Red

📋 copy color: '#961037'

red 150 ◦ green 16 ◦ blue 55

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

Shades of Bright Red #961037

Tints of Bright Red #961037

RGB

 RED value IS 150 (58.98% from 255) = 67.87%

 GREEN value IS 16 (6.64% from 255) = 7.24%

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

R = 67.87%
G = 7.24%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#961037 (or 0x961037) is known color: Bright Red. HEX triplet: 96, 10 and 37. RGB value is (150,16,55). Sum of RGB (Red+Green+Blue) = 150+16+55=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #961037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961037 is #69EFC8. Grayscale: #3C3C3C. Windows color (decimal): -6942665 or 3608726. OLE color: 3608726.

HSL color Cylindrical-coordinate representation of color #961037: hue angle of 342.54º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961037 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 55 -
CMYK 0 0.89 0.63 0.41
HSL 342.54º 0.81% 0.33% -
HSV(B) 342.54º 0.89% 0.59% -
XYZ 13.45 7.13 4.28 -
YUV 60.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 150 16 55 0 0.89 0.63 0.41 342.54 0.81 0.33
Hex 96 10 37 0 59 3F 29 157 51 21
Octal 226 20 67 0 131 77 51 527 121 41
Binary 10010110 10000 110111 0 1011001 111111 101001 101010111 1010001 100001

Color Harmonies of #961037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961037

Black with #961037

Text Example


Text Example

White with #961037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961037; }

 p { color: rgb(150,16,55); }

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

background-color css

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

 a { background-color: rgb(150,16,55); }

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

border-color css

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

 span { border-color: rgb(150,16,55); }

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