Html Css Color HEX #433242 Fuscous Grey

📋 copy color: '#433242'

red 67 ◦ green 50 ◦ blue 66

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

Shades of Fuscous Grey #433242

Tints of Fuscous Grey #433242

RGB

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

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

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

R = 36.61%
G = 27.32%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#433242 (or 0x433242) is known color: Fuscous Grey. HEX triplet: 43, 32 and 42. RGB value is (67,50,66). Sum of RGB (Red+Green+Blue) = 67+50+66=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 67 - color contains mainly: red. Hex color #433242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433242 is #BCCDBD. Grayscale: #383838. Windows color (decimal): -12373438 or 4338243. OLE color: 4338243.

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

Color convert

RGB 67 50 66 -
CMYK 0 0.25 0.01 0.74
HSL 303.53º 0.15% 0.23% -
HSV(B) 303.53º 0.25% 0.26% -
XYZ 4.44 3.87 5.67 -
YUV 56.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 67 50 66 0 0.25 0.01 0.74 303.53 0.15 0.23
Hex 43 32 42 0 19 1 4A 130 F 17
Octal 103 62 102 0 31 1 112 460 17 27
Binary 1000011 110010 1000010 0 11001 1 1001010 100110000 1111 10111

Color Harmonies of #433242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433242

Black with #433242

Text Example


Text Example

White with #433242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433242; }

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

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

background-color css

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

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

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

border-color css

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

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

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