Html Css Color HEX #422C34 Castro

📋 copy color: '#422C34'

red 66 ◦ green 44 ◦ blue 52

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

Shades of Castro #422C34

Tints of Castro #422C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.1%

R = 40.74%
G = 27.16%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#422C34 (or 0x422C34) is known color: Castro. HEX triplet: 42, 2C and 34. RGB value is (66,44,52). Sum of RGB (Red+Green+Blue) = 66+44+52=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #422C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C34 is #BDD3CB. Grayscale: #333333. Windows color (decimal): -12440524 or 3419202. OLE color: 3419202.

HSL color Cylindrical-coordinate representation of color #422C34: hue angle of 338.18º 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 #422C34 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 44 52 -
CMYK 0 0.33 0.21 0.74
HSL 338.18º 0.2% 0.22% -
HSV(B) 338.18º 0.33% 0.26% -
XYZ 3.77 3.21 3.67 -
YUV 51.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 66 44 52 0 0.33 0.21 0.74 338.18 0.2 0.22
Hex 42 2C 34 0 21 15 4A 152 14 16
Octal 102 54 64 0 41 25 112 522 24 26
Binary 1000010 101100 110100 0 100001 10101 1001010 101010010 10100 10110

Color Harmonies of #422C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C34

Black with #422C34

Text Example


Text Example

White with #422C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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