Html Css Color HEX #433442 Fuscous Grey

📋 copy color: '#433442'

red 67 ◦ green 52 ◦ blue 66

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

Shades of Fuscous Grey #433442

Tints of Fuscous Grey #433442

RGB

 RED value IS 67 (26.56% from 255) = 36.22%

 GREEN value IS 52 (20.7% from 255) = 28.11%

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

R = 36.22%
G = 28.11%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#433442 (or 0x433442) is known color: Fuscous Grey. HEX triplet: 43, 34 and 42. RGB value is (67,52,66). Sum of RGB (Red+Green+Blue) = 67+52+66=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 67 - color contains mainly: red. Hex color #433442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433442 is #BCCBBD. Grayscale: #3A3A3A. Windows color (decimal): -12372926 or 4338755. OLE color: 4338755.

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

Color convert

RGB 67 52 66 -
CMYK 0 0.22 0.01 0.74
HSL 304º 0.13% 0.23% -
HSV(B) 304º 0.22% 0.26% -
XYZ 4.53 4.04 5.7 -
YUV 58.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 67 52 66 0 0.22 0.01 0.74 304 0.13 0.23
Hex 43 34 42 0 16 1 4A 130 D 17
Octal 103 64 102 0 26 1 112 460 15 27
Binary 1000011 110100 1000010 0 10110 1 1001010 100110000 1101 10111

Color Harmonies of #433442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433442

Black with #433442

Text Example


Text Example

White with #433442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433442; }

 p { color: rgb(67,52,66); }

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

background-color css

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

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

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

border-color css

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

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

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