Html Css Color HEX #423242 Fuscous Grey

📋 copy color: '#423242'

red 66 ◦ green 50 ◦ blue 66

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

Shades of Fuscous Grey #423242

Tints of Fuscous Grey #423242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 36.26%
G = 27.47%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#423242 (or 0x423242) is known color: Fuscous Grey. HEX triplet: 42, 32 and 42. RGB value is (66,50,66). Sum of RGB (Red+Green+Blue) = 66+50+66=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #423242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423242 is #BDCDBD. Grayscale: #383838. Windows color (decimal): -12438974 or 4338242. OLE color: 4338242.

HSL color Cylindrical-coordinate representation of color #423242: hue angle of 300º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423242 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 50 66 -
CMYK 0 0.24 0 0.74
HSL 300º 0.14% 0.23% -
HSV(B) 300º 0.24% 0.26% -
XYZ 4.37 3.83 5.66 -
YUV 56.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 66 50 66 0 0.24 0 0.74 300 0.14 0.23
Hex 42 32 42 0 18 0 4A 12C E 17
Octal 102 62 102 0 30 0 112 454 16 27
Binary 1000010 110010 1000010 0 11000 0 1001010 100101100 1110 10111

Color Harmonies of #423242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423242

Black with #423242

Text Example


Text Example

White with #423242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423242; }

 p { color: rgb(66,50,66); }

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

background-color css

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

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

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

border-color css

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

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

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