Html Css Color HEX #951639 Bright Red

📋 copy color: '#951639'

red 149 ◦ green 22 ◦ blue 57

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

Shades of Bright Red #951639

Tints of Bright Red #951639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.65%

 BLUE value IS 57 (22.66% from 255) = 25%

R = 65.35%
G = 9.65%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#951639 (or 0x951639) is known color: Bright Red. HEX triplet: 95, 16 and 39. RGB value is (149,22,57). Sum of RGB (Red+Green+Blue) = 149+22+57=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #951639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951639 is #6AE9C6. Grayscale: #3F3F3F. Windows color (decimal): -7006663 or 3741333. OLE color: 3741333.

HSL color Cylindrical-coordinate representation of color #951639: hue angle of 343.46º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951639 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 57 -
CMYK 0 0.85 0.62 0.42
HSL 343.46º 0.74% 0.34% -
HSV(B) 343.46º 0.85% 0.58% -
XYZ 13.42 7.26 4.56 -
YUV 63.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 149 22 57 0 0.85 0.62 0.42 343.46 0.74 0.34
Hex 95 16 39 0 55 3E 2A 157 4A 22
Octal 225 26 71 0 125 76 52 527 112 42
Binary 10010101 10110 111001 0 1010101 111110 101010 101010111 1001010 100010

Color Harmonies of #951639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951639

Black with #951639

Text Example


Text Example

White with #951639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951639; }

 p { color: rgb(149,22,57); }

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

background-color css

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

 a { background-color: rgb(149,22,57); }

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

border-color css

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

 span { border-color: rgb(149,22,57); }

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