Html Css Color HEX #422931 Castro

📋 copy color: '#422931'

red 66 ◦ green 41 ◦ blue 49

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

Shades of Castro #422931

Tints of Castro #422931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 42.31%
G = 26.28%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#422931 (or 0x422931) is known color: Castro. HEX triplet: 42, 29 and 31. RGB value is (66,41,49). Sum of RGB (Red+Green+Blue) = 66+41+49=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422931 is #BDD6CE. Grayscale: #313131. Windows color (decimal): -12441295 or 3221826. OLE color: 3221826.

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

Color convert

RGB 66 41 49 -
CMYK 0 0.38 0.26 0.74
HSL 340.8º 0.23% 0.21% -
HSV(B) 340.8º 0.38% 0.26% -
XYZ 3.59 2.97 3.29 -
YUV 49.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 66 41 49 0 0.38 0.26 0.74 340.8 0.23 0.21
Hex 42 29 31 0 26 1A 4A 155 17 15
Octal 102 51 61 0 46 32 112 525 27 25
Binary 1000010 101001 110001 0 100110 11010 1001010 101010101 10111 10101

Color Harmonies of #422931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422931

Black with #422931

Text Example


Text Example

White with #422931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422931; }

 p { color: rgb(66,41,49); }

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

background-color css

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

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

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

border-color css

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

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

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