Html Css Color HEX #962941 Bright Red

📋 copy color: '#962941'

red 150 ◦ green 41 ◦ blue 65

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

Shades of Bright Red #962941

Tints of Bright Red #962941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 58.59%
G = 16.02%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#962941 (or 0x962941) is known color: Bright Red. HEX triplet: 96, 29 and 41. RGB value is (150,41,65). Sum of RGB (Red+Green+Blue) = 150+41+65=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #962941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962941 is #69D6BE. Grayscale: #4C4C4C. Windows color (decimal): -6936255 or 4270486. OLE color: 4270486.

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

Color convert

RGB 150 41 65 -
CMYK 0 0.73 0.57 0.41
HSL 346.79º 0.57% 0.37% -
HSV(B) 346.79º 0.73% 0.59% -
XYZ 14.32 8.45 5.88 -
YUV 76.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 150 41 65 0 0.73 0.57 0.41 346.79 0.57 0.37
Hex 96 29 41 0 49 39 29 15B 39 25
Octal 226 51 101 0 111 71 51 533 71 45
Binary 10010110 101001 1000001 0 1001001 111001 101001 101011011 111001 100101

Color Harmonies of #962941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962941

Black with #962941

Text Example


Text Example

White with #962941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962941; }

 p { color: rgb(150,41,65); }

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

background-color css

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

 a { background-color: rgb(150,41,65); }

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

border-color css

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

 span { border-color: rgb(150,41,65); }

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