Html Css Color HEX #961035 Bright Red

📋 copy color: '#961035'

red 150 ◦ green 16 ◦ blue 53

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

Shades of Bright Red #961035

Tints of Bright Red #961035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

 BLUE value IS 53 (21.09% from 255) = 24.2%

R = 68.49%
G = 7.31%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#961035 (or 0x961035) is known color: Bright Red. HEX triplet: 96, 10 and 35. RGB value is (150,16,53). Sum of RGB (Red+Green+Blue) = 150+16+53=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #961035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961035 is #69EFCA. Grayscale: #3C3C3C. Windows color (decimal): -6942667 or 3477654. OLE color: 3477654.

HSL color Cylindrical-coordinate representation of color #961035: hue angle of 343.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961035 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 53 -
CMYK 0 0.89 0.65 0.41
HSL 343.43º 0.81% 0.33% -
HSV(B) 343.43º 0.89% 0.59% -
XYZ 13.41 7.11 4.03 -
YUV 60.28 123.89 191.99 -
System Red Green Blue C M Y K H S L
Decimal 150 16 53 0 0.89 0.65 0.41 343.43 0.81 0.33
Hex 96 10 35 0 59 41 29 157 51 21
Octal 226 20 65 0 131 101 51 527 121 41
Binary 10010110 10000 110101 0 1011001 1000001 101001 101010111 1010001 100001

Color Harmonies of #961035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961035

Black with #961035

Text Example


Text Example

White with #961035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961035; }

 p { color: rgb(150,16,53); }

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

background-color css

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

 a { background-color: rgb(150,16,53); }

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

border-color css

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

 span { border-color: rgb(150,16,53); }

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