#961F38

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

Shades of Bright Red #961F38

Tints of Bright Red #961F38

Color information

#961F38 (or 0x961F38) is unknown color: approx Bright Red. HEX triplet: 96, 1F and 38. RGB value is (150,31,56). Sum of RGB (Red+Green+Blue) = 150+31+56=237 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.29% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 150 - color contains mainly: red. Hex color #961F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F38 is #69E0C7. Grayscale: #454545. Windows color (decimal): -6938824 or 3678102. OLE color: 3678102.

HSL color Cylindrical-coordinate representation of color #961F38: hue angle of 347.39º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F38 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1503156-
CMYK00.790.630.41
HSL347.39º65.75%35.49%-
HSV(B)347.39º79.33%58.82%-
XYZ13.787.754.51-
YUV69.43120.42185.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 63.29%
GREEN value IS 31 (12.5% from 255) = 13.08%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=63.29%
G=13.08%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150315600.790.630.41347.3965.7535.49
Hex961F3804F3F2915b4223
Octal22637700117775153310243
Binary1001011011111111000010011111111111010011010110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961F38; }

 p { color: rgb(150,31,56); }

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

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

 a { background-color: rgb(150,31,56); }

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

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

 span { border-color: rgb(150,31,56); }

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