Html Css Color HEX #961439 Bright Red

📋 copy color: '#961439'

red 150 ◦ green 20 ◦ blue 57

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

Shades of Bright Red #961439

Tints of Bright Red #961439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 66.08%
G = 8.81%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#961439 (or 0x961439) is known color: Bright Red. HEX triplet: 96, 14 and 39. RGB value is (150,20,57). Sum of RGB (Red+Green+Blue) = 150+20+57=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #961439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961439 is #69EBC6. Grayscale: #3F3F3F. Windows color (decimal): -6941639 or 3740822. OLE color: 3740822.

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

Color convert

RGB 150 20 57 -
CMYK 0 0.87 0.62 0.41
HSL 342.92º 0.76% 0.33% -
HSV(B) 342.92º 0.87% 0.59% -
XYZ 13.57 7.28 4.56 -
YUV 63.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 150 20 57 0 0.87 0.62 0.41 342.92 0.76 0.33
Hex 96 14 39 0 57 3E 29 157 4C 21
Octal 226 24 71 0 127 76 51 527 114 41
Binary 10010110 10100 111001 0 1010111 111110 101001 101010111 1001100 100001

Color Harmonies of #961439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961439

Black with #961439

Text Example


Text Example

White with #961439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961439; }

 p { color: rgb(150,20,57); }

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

background-color css

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

 a { background-color: rgb(150,20,57); }

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

border-color css

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

 span { border-color: rgb(150,20,57); }

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