#961738

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

Shades of Bright Red #961738

Tints of Bright Red #961738

Color information

#961738 (or 0x961738) is unknown color: approx Bright Red. HEX triplet: 96, 17 and 38. RGB value is (150,23,56). Sum of RGB (Red+Green+Blue) = 150+23+56=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #961738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961738 is #69E8C7. Grayscale: #404040. Windows color (decimal): -6940872 or 3676054. OLE color: 3676054.

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

Color convert

RGB1502356-
CMYK00.850.630.41
HSL344.41º73.41%33.92%-
HSV(B)344.41º84.67%58.82%-
XYZ13.67.384.45-
YUV64.74123.08188.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.50%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=65.50%
G=10.04%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150235600.850.630.41344.4173.4133.92
Hex9617380553F291584922
Octal22627700125775153011142
Binary1001011010111111000010101011111111010011010110001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961738; }

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

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

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

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

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

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

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

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