Html Css Color HEX #952C43 Disco

📋 copy color: '#952C43'

red 149 ◦ green 44 ◦ blue 67

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

Shades of Disco #952C43

Tints of Disco #952C43

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

 BLUE value IS 67 (26.56% from 255) = 25.77%

R = 57.31%
G = 16.92%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#952C43 (or 0x952C43) is known color: Disco. HEX triplet: 95, 2C and 43. RGB value is (149,44,67). Sum of RGB (Red+Green+Blue) = 149+44+67=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #952C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C43 is #6AD3BC. Grayscale: #4E4E4E. Windows color (decimal): -7001021 or 4402325. OLE color: 4402325.

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

Color convert

RGB 149 44 67 -
CMYK 0 0.70 0.55 0.42
HSL 346.86º 0.54% 0.38% -
HSV(B) 346.86º 0.7% 0.58% -
XYZ 14.31 8.6 6.22 -
YUV 78.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 149 44 67 0 0.70 0.55 0.42 346.86 0.54 0.38
Hex 95 2C 43 0 46 37 2A 15B 36 26
Octal 225 54 103 0 106 67 52 533 66 46
Binary 10010101 101100 1000011 0 1000110 110111 101010 101011011 110110 100110

Color Harmonies of #952C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C43

Black with #952C43

Text Example


Text Example

White with #952C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,67); }

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

background-color css

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

 a { background-color: rgb(149,44,67); }

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

border-color css

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

 span { border-color: rgb(149,44,67); }

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