Html Css Color HEX #952F44 Disco

📋 copy color: '#952F44'

red 149 ◦ green 47 ◦ blue 68

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

Shades of Disco #952F44

Tints of Disco #952F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.8%

 BLUE value IS 68 (26.95% from 255) = 25.76%

R = 56.44%
G = 17.8%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#952F44 (or 0x952F44) is known color: Disco. HEX triplet: 95, 2F and 44. RGB value is (149,47,68). Sum of RGB (Red+Green+Blue) = 149+47+68=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #952F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F44 is #6AD0BB. Grayscale: #4F4F4F. Windows color (decimal): -7000252 or 4468629. OLE color: 4468629.

HSL color Cylindrical-coordinate representation of color #952F44: hue angle of 347.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F44 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 68 -
CMYK 0 0.68 0.54 0.42
HSL 347.65º 0.52% 0.38% -
HSV(B) 347.65º 0.68% 0.58% -
XYZ 14.45 8.84 6.41 -
YUV 79.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 149 47 68 0 0.68 0.54 0.42 347.65 0.52 0.38
Hex 95 2F 44 0 44 36 2A 15C 34 26
Octal 225 57 104 0 104 66 52 534 64 46
Binary 10010101 101111 1000100 0 1000100 110110 101010 101011100 110100 100110

Color Harmonies of #952F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F44

Black with #952F44

Text Example


Text Example

White with #952F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952F44; }

 p { color: rgb(149,47,68); }

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

background-color css

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

 a { background-color: rgb(149,47,68); }

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

border-color css

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

 span { border-color: rgb(149,47,68); }

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