Html Css Color HEX #952031 Bright Red

📋 copy color: '#952031'

red 149 ◦ green 32 ◦ blue 49

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

Shades of Bright Red #952031

Tints of Bright Red #952031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

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

R = 64.78%
G = 13.91%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#952031 (or 0x952031) is known color: Bright Red. HEX triplet: 95, 20 and 31. RGB value is (149,32,49). Sum of RGB (Red+Green+Blue) = 149+32+49=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #952031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952031 is #6ADFCE. Grayscale: #444444. Windows color (decimal): -7004111 or 3219605. OLE color: 3219605.

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

Color convert

RGB 149 32 49 -
CMYK 0 0.79 0.67 0.42
HSL 351.28º 0.65% 0.35% -
HSV(B) 351.28º 0.79% 0.58% -
XYZ 13.47 7.64 3.67 -
YUV 68.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 149 32 49 0 0.79 0.67 0.42 351.28 0.65 0.35
Hex 95 20 31 0 4F 43 2A 15F 41 23
Octal 225 40 61 0 117 103 52 537 101 43
Binary 10010101 100000 110001 0 1001111 1000011 101010 101011111 1000001 100011

Color Harmonies of #952031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952031

Black with #952031

Text Example


Text Example

White with #952031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952031; }

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

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

background-color css

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

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

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

border-color css

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

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

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