Html Css Color HEX #423041 Fuscous Grey

📋 copy color: '#423041'

red 66 ◦ green 48 ◦ blue 65

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

Shades of Fuscous Grey #423041

Tints of Fuscous Grey #423041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 36.87%
G = 26.82%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#423041 (or 0x423041) is known color: Fuscous Grey. HEX triplet: 42, 30 and 41. RGB value is (66,48,65). Sum of RGB (Red+Green+Blue) = 66+48+65=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #423041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423041 is #BDCFBE. Grayscale: #373737. Windows color (decimal): -12439487 or 4272194. OLE color: 4272194.

HSL color Cylindrical-coordinate representation of color #423041: hue angle of 303.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423041 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 48 65 -
CMYK 0 0.27 0.02 0.74
HSL 303.33º 0.16% 0.22% -
HSV(B) 303.33º 0.27% 0.26% -
XYZ 4.26 3.65 5.48 -
YUV 55.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 66 48 65 0 0.27 0.02 0.74 303.33 0.16 0.22
Hex 42 30 41 0 1B 2 4A 12F 10 16
Octal 102 60 101 0 33 2 112 457 20 26
Binary 1000010 110000 1000001 0 11011 10 1001010 100101111 10000 10110

Color Harmonies of #423041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423041

Black with #423041

Text Example


Text Example

White with #423041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423041; }

 p { color: rgb(66,48,65); }

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

background-color css

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

 a { background-color: rgb(66,48,65); }

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

border-color css

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

 span { border-color: rgb(66,48,65); }

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