Html Css Color HEX #422C32 Castro

📋 copy color: '#422C32'

red 66 ◦ green 44 ◦ blue 50

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

Shades of Castro #422C32

Tints of Castro #422C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.5%

 BLUE value IS 50 (19.92% from 255) = 31.25%

R = 41.25%
G = 27.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#422C32 (or 0x422C32) is known color: Castro. HEX triplet: 42, 2C and 32. RGB value is (66,44,50). Sum of RGB (Red+Green+Blue) = 66+44+50=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #422C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C32 is #BDD3CD. Grayscale: #333333. Windows color (decimal): -12440526 or 3288130. OLE color: 3288130.

HSL color Cylindrical-coordinate representation of color #422C32: hue angle of 343.64º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C32 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 44 50 -
CMYK 0 0.33 0.24 0.74
HSL 343.64º 0.2% 0.22% -
HSV(B) 343.64º 0.33% 0.26% -
XYZ 3.72 3.19 3.44 -
YUV 51.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 66 44 50 0 0.33 0.24 0.74 343.64 0.2 0.22
Hex 42 2C 32 0 21 18 4A 158 14 16
Octal 102 54 62 0 41 30 112 530 24 26
Binary 1000010 101100 110010 0 100001 11000 1001010 101011000 10100 10110

Color Harmonies of #422C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C32

Black with #422C32

Text Example


Text Example

White with #422C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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