Html Css Color HEX #961336 Bright Red

📋 copy color: '#961336'

red 150 ◦ green 19 ◦ blue 54

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

Shades of Bright Red #961336

Tints of Bright Red #961336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.52%

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 67.26%
G = 8.52%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#961336 (or 0x961336) is known color: Bright Red. HEX triplet: 96, 13 and 36. RGB value is (150,19,54). Sum of RGB (Red+Green+Blue) = 150+19+54=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #961336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961336 is #69ECC9. Grayscale: #3E3E3E. Windows color (decimal): -6941898 or 3543958. OLE color: 3543958.

HSL color Cylindrical-coordinate representation of color #961336: hue angle of 343.97º degrees, saturation: 0.78, 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 #961336 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 54 -
CMYK 0 0.87 0.64 0.41
HSL 343.97º 0.78% 0.33% -
HSV(B) 343.97º 0.87% 0.59% -
XYZ 13.48 7.22 4.17 -
YUV 62.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 150 19 54 0 0.87 0.64 0.41 343.97 0.78 0.33
Hex 96 13 36 0 57 40 29 158 4E 21
Octal 226 23 66 0 127 100 51 530 116 41
Binary 10010110 10011 110110 0 1010111 1000000 101001 101011000 1001110 100001

Color Harmonies of #961336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961336

Black with #961336

Text Example


Text Example

White with #961336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961336; }

 p { color: rgb(150,19,54); }

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

background-color css

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

 a { background-color: rgb(150,19,54); }

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

border-color css

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

 span { border-color: rgb(150,19,54); }

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