Html Css Color HEX #951B40 Disco

📋 copy color: '#951B40'

red 149 ◦ green 27 ◦ blue 64

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

Shades of Disco #951B40

Tints of Disco #951B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 62.08%
G = 11.25%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#951B40 (or 0x951B40) is known color: Disco. HEX triplet: 95, 1B and 40. RGB value is (149,27,64). Sum of RGB (Red+Green+Blue) = 149+27+64=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #951B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951B40 is #6AE4BF. Grayscale: #434343. Windows color (decimal): -7005376 or 4201365. OLE color: 4201365.

HSL color Cylindrical-coordinate representation of color #951B40: hue angle of 341.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951B40 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 64 -
CMYK 0 0.82 0.57 0.42
HSL 341.8º 0.69% 0.35% -
HSV(B) 341.8º 0.82% 0.58% -
XYZ 13.71 7.54 5.58 -
YUV 67.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 149 27 64 0 0.82 0.57 0.42 341.8 0.69 0.35
Hex 95 1B 40 0 52 39 2A 156 45 23
Octal 225 33 100 0 122 71 52 526 105 43
Binary 10010101 11011 1000000 0 1010010 111001 101010 101010110 1000101 100011

Color Harmonies of #951B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B40

Black with #951B40

Text Example


Text Example

White with #951B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951B40; }

 p { color: rgb(149,27,64); }

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

background-color css

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

 a { background-color: rgb(149,27,64); }

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

border-color css

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

 span { border-color: rgb(149,27,64); }

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