Html Css Color HEX #962841 Bright Red

📋 copy color: '#962841'

red 150 ◦ green 40 ◦ blue 65

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

Shades of Bright Red #962841

Tints of Bright Red #962841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

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

R = 58.82%
G = 15.69%
B = 25.49%

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

#962841 (or 0x962841) is known color: Bright Red. HEX triplet: 96, 28 and 41. RGB value is (150,40,65). Sum of RGB (Red+Green+Blue) = 150+40+65=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #962841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962841 is #69D7BE. Grayscale: #4B4B4B. Windows color (decimal): -6936511 or 4270230. OLE color: 4270230.

HSL color Cylindrical-coordinate representation of color #962841: hue angle of 346.36º degrees, saturation: 0.58, 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 #962841 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 65 -
CMYK 0 0.73 0.57 0.41
HSL 346.36º 0.58% 0.37% -
HSV(B) 346.36º 0.73% 0.59% -
XYZ 14.29 8.38 5.87 -
YUV 75.74 121.94 180.97 -
System Red Green Blue C M Y K H S L
Decimal 150 40 65 0 0.73 0.57 0.41 346.36 0.58 0.37
Hex 96 28 41 0 49 39 29 15A 3A 25
Octal 226 50 101 0 111 71 51 532 72 45
Binary 10010110 101000 1000001 0 1001001 111001 101001 101011010 111010 100101

Color Harmonies of #962841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962841

Black with #962841

Text Example


Text Example

White with #962841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962841; }

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

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

background-color css

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

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

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

border-color css

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

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

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