Html Css Color HEX #952B44 Disco

📋 copy color: '#952B44'

red 149 ◦ green 43 ◦ blue 68

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

Shades of Disco #952B44

Tints of Disco #952B44

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.54%

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

R = 57.31%
G = 16.54%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#952B44 (or 0x952B44) is known color: Disco. HEX triplet: 95, 2B and 44. RGB value is (149,43,68). Sum of RGB (Red+Green+Blue) = 149+43+68=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #952B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B44 is #6AD4BB. Grayscale: #4D4D4D. Windows color (decimal): -7001276 or 4467605. OLE color: 4467605.

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

Color convert

RGB 149 43 68 -
CMYK 0 0.71 0.54 0.42
HSL 345.85º 0.55% 0.38% -
HSV(B) 345.85º 0.71% 0.58% -
XYZ 14.3 8.53 6.36 -
YUV 77.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 149 43 68 0 0.71 0.54 0.42 345.85 0.55 0.38
Hex 95 2B 44 0 47 36 2A 15A 37 26
Octal 225 53 104 0 107 66 52 532 67 46
Binary 10010101 101011 1000100 0 1000111 110110 101010 101011010 110111 100110

Color Harmonies of #952B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B44

Black with #952B44

Text Example


Text Example

White with #952B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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