Html Css Color HEX #961D32 Bright Red

📋 copy color: '#961D32'

red 150 ◦ green 29 ◦ blue 50

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

Shades of Bright Red #961D32

Tints of Bright Red #961D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 65.5%
G = 12.66%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#961D32 (or 0x961D32) is known color: Bright Red. HEX triplet: 96, 1D and 32. RGB value is (150,29,50). Sum of RGB (Red+Green+Blue) = 150+29+50=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #961D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961D32 is #69E2CD. Grayscale: #434343. Windows color (decimal): -6939342 or 3284374. OLE color: 3284374.

HSL color Cylindrical-coordinate representation of color #961D32: hue angle of 349.59º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D32 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 29 50 -
CMYK 0 0.81 0.67 0.41
HSL 349.59º 0.68% 0.35% -
HSV(B) 349.59º 0.81% 0.59% -
XYZ 13.59 7.59 3.77 -
YUV 67.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 150 29 50 0 0.81 0.67 0.41 349.59 0.68 0.35
Hex 96 1D 32 0 51 43 29 15E 44 23
Octal 226 35 62 0 121 103 51 536 104 43
Binary 10010110 11101 110010 0 1010001 1000011 101001 101011110 1000100 100011

Color Harmonies of #961D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961D32

Black with #961D32

Text Example


Text Example

White with #961D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961D32; }

 p { color: rgb(150,29,50); }

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

background-color css

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

 a { background-color: rgb(150,29,50); }

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

border-color css

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

 span { border-color: rgb(150,29,50); }

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