Html Css Color HEX #961533 Bright Red

📋 copy color: '#961533'

red 150 ◦ green 21 ◦ blue 51

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

Shades of Bright Red #961533

Tints of Bright Red #961533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 67.57%
G = 9.46%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#961533 (or 0x961533) is known color: Bright Red. HEX triplet: 96, 15 and 33. RGB value is (150,21,51). Sum of RGB (Red+Green+Blue) = 150+21+51=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #961533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961533 is #69EACC. Grayscale: #3F3F3F. Windows color (decimal): -6941389 or 3347862. OLE color: 3347862.

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

Color convert

RGB 150 21 51 -
CMYK 0 0.86 0.66 0.41
HSL 346.05º 0.75% 0.34% -
HSV(B) 346.05º 0.86% 0.59% -
XYZ 13.44 7.26 3.82 -
YUV 62.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 150 21 51 0 0.86 0.66 0.41 346.05 0.75 0.34
Hex 96 15 33 0 56 42 29 15A 4B 22
Octal 226 25 63 0 126 102 51 532 113 42
Binary 10010110 10101 110011 0 1010110 1000010 101001 101011010 1001011 100010

Color Harmonies of #961533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961533

Black with #961533

Text Example


Text Example

White with #961533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961533; }

 p { color: rgb(150,21,51); }

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

background-color css

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

 a { background-color: rgb(150,21,51); }

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

border-color css

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

 span { border-color: rgb(150,21,51); }

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