Html Css Color HEX #951031 Bright Red

📋 copy color: '#951031'

red 149 ◦ green 16 ◦ blue 49

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

Shades of Bright Red #951031

Tints of Bright Red #951031

RGB

 RED value IS 149 (58.59% from 255) = 69.63%

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 69.63%
G = 7.48%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#951031 (or 0x951031) is known color: Bright Red. HEX triplet: 95, 10 and 31. RGB value is (149,16,49). Sum of RGB (Red+Green+Blue) = 149+16+49=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #951031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951031 is #6AEFCE. Grayscale: #3B3B3B. Windows color (decimal): -7008207 or 3215509. OLE color: 3215509.

HSL color Cylindrical-coordinate representation of color #951031: hue angle of 345.11º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951031 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 49 -
CMYK 0 0.89 0.67 0.42
HSL 345.11º 0.81% 0.32% -
HSV(B) 345.11º 0.89% 0.58% -
XYZ 13.13 6.98 3.56 -
YUV 59.53 122.06 191.82 -
System Red Green Blue C M Y K H S L
Decimal 149 16 49 0 0.89 0.67 0.42 345.11 0.81 0.32
Hex 95 10 31 0 59 43 2A 159 51 20
Octal 225 20 61 0 131 103 52 531 121 40
Binary 10010101 10000 110001 0 1011001 1000011 101010 101011001 1010001 100000

Color Harmonies of #951031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951031

Black with #951031

Text Example


Text Example

White with #951031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951031; }

 p { color: rgb(149,16,49); }

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

background-color css

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

 a { background-color: rgb(149,16,49); }

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

border-color css

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

 span { border-color: rgb(149,16,49); }

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