Html Css Color HEX #423341 Fuscous Grey

📋 copy color: '#423341'

red 66 ◦ green 51 ◦ blue 65

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

Shades of Fuscous Grey #423341

Tints of Fuscous Grey #423341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 36.26%
G = 28.02%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#423341 (or 0x423341) is known color: Fuscous Grey. HEX triplet: 42, 33 and 41. RGB value is (66,51,65). Sum of RGB (Red+Green+Blue) = 66+51+65=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #423341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423341 is #BDCCBE. Grayscale: #393939. Windows color (decimal): -12438719 or 4272962. OLE color: 4272962.

HSL color Cylindrical-coordinate representation of color #423341: 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.23%. Process color model (Four color, CMYK) of #423341 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 51 65 -
CMYK 0 0.23 0.02 0.74
HSL 304º 0.13% 0.23% -
HSV(B) 304º 0.23% 0.26% -
XYZ 4.38 3.91 5.52 -
YUV 57.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 66 51 65 0 0.23 0.02 0.74 304 0.13 0.23
Hex 42 33 41 0 17 2 4A 130 D 17
Octal 102 63 101 0 27 2 112 460 15 27
Binary 1000010 110011 1000001 0 10111 10 1001010 100110000 1101 10111

Color Harmonies of #423341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423341

Black with #423341

Text Example


Text Example

White with #423341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423341; }

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

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

background-color css

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

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

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

border-color css

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

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

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