Html Css Color HEX #951F41 Disco

📋 copy color: '#951F41'

red 149 ◦ green 31 ◦ blue 65

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

Shades of Disco #951F41

Tints of Disco #951F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.65%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 60.82%
G = 12.65%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#951F41 (or 0x951F41) is known color: Disco. HEX triplet: 95, 1F and 41. RGB value is (149,31,65). Sum of RGB (Red+Green+Blue) = 149+31+65=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #951F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951F41 is #6AE0BE. Grayscale: #464646. Windows color (decimal): -7004351 or 4267925. OLE color: 4267925.

HSL color Cylindrical-coordinate representation of color #951F41: hue angle of 342.71º degrees, saturation: 0.66, 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 #951F41 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 31 65 -
CMYK 0 0.79 0.56 0.42
HSL 342.71º 0.66% 0.35% -
HSV(B) 342.71º 0.79% 0.58% -
XYZ 13.84 7.75 5.77 -
YUV 70.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 149 31 65 0 0.79 0.56 0.42 342.71 0.66 0.35
Hex 95 1F 41 0 4F 38 2A 157 42 23
Octal 225 37 101 0 117 70 52 527 102 43
Binary 10010101 11111 1000001 0 1001111 111000 101010 101010111 1000010 100011

Color Harmonies of #951F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F41

Black with #951F41

Text Example


Text Example

White with #951F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,31,65); }

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

background-color css

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

 a { background-color: rgb(149,31,65); }

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

border-color css

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

 span { border-color: rgb(149,31,65); }

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