Html Css Color HEX #423244 Fuscous Grey

📋 copy color: '#423244'

red 66 ◦ green 50 ◦ blue 68

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

Shades of Fuscous Grey #423244

Tints of Fuscous Grey #423244

RGB

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

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

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

R = 35.87%
G = 27.17%
B = 36.96%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423244 (or 0x423244) is known color: Fuscous Grey. HEX triplet: 42, 32 and 44. RGB value is (66,50,68). Sum of RGB (Red+Green+Blue) = 66+50+68=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #423244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423244 is #BDCDBB. Grayscale: #383838. Windows color (decimal): -12438972 or 4469314. OLE color: 4469314.

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

Color convert

RGB 66 50 68 -
CMYK 0.03 0.26 0 0.73
HSL 293.33º 0.15% 0.23% -
HSV(B) 293.33º 0.26% 0.27% -
XYZ 4.43 3.86 5.98 -
YUV 56.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 66 50 68 0.03 0.26 0 0.73 293.33 0.15 0.23
Hex 42 32 44 3 1A 0 49 125 F 17
Octal 102 62 104 3 32 0 111 445 17 27
Binary 1000010 110010 1000100 11 11010 0 1001001 100100101 1111 10111

Color Harmonies of #423244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423244

Black with #423244

Text Example


Text Example

White with #423244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423244; }

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

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

background-color css

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

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

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

border-color css

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

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

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