Html Css Color HEX #423144 Fuscous Grey

📋 copy color: '#423144'

red 66 ◦ green 49 ◦ blue 68

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

Shades of Fuscous Grey #423144

Tints of Fuscous Grey #423144

RGB

 RED value IS 66 (26.17% from 255) = 36.07%

 GREEN value IS 49 (19.53% from 255) = 26.78%

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

R = 36.07%
G = 26.78%
B = 37.16%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423144 (or 0x423144) is known color: Fuscous Grey. HEX triplet: 42, 31 and 44. RGB value is (66,49,68). Sum of RGB (Red+Green+Blue) = 66+49+68=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 68 - color contains mainly: blue. Hex color #423144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423144 is #BDCEBB. Grayscale: #383838. Windows color (decimal): -12439228 or 4469058. OLE color: 4469058.

HSL color Cylindrical-coordinate representation of color #423144: hue angle of 293.68º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #423144 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 49 68 -
CMYK 0.03 0.28 0 0.73
HSL 293.68º 0.16% 0.23% -
HSV(B) 293.68º 0.28% 0.27% -
XYZ 4.39 3.77 5.97 -
YUV 56.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 66 49 68 0.03 0.28 0 0.73 293.68 0.16 0.23
Hex 42 31 44 3 1C 0 49 126 10 17
Octal 102 61 104 3 34 0 111 446 20 27
Binary 1000010 110001 1000100 11 11100 0 1001001 100100110 10000 10111

Color Harmonies of #423144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423144

Black with #423144

Text Example


Text Example

White with #423144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423144; }

 p { color: rgb(66,49,68); }

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

background-color css

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

 a { background-color: rgb(66,49,68); }

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

border-color css

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

 span { border-color: rgb(66,49,68); }

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