Html Css Color HEX #422832 Castro

📋 copy color: '#422832'

red 66 ◦ green 40 ◦ blue 50

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

Shades of Castro #422832

Tints of Castro #422832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

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

R = 42.31%
G = 25.64%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#422832 (or 0x422832) is known color: Castro. HEX triplet: 42, 28 and 32. RGB value is (66,40,50). Sum of RGB (Red+Green+Blue) = 66+40+50=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422832 is #BDD7CD. Grayscale: #303030. Windows color (decimal): -12441550 or 3287106. OLE color: 3287106.

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

Color convert

RGB 66 40 50 -
CMYK 0 0.39 0.24 0.74
HSL 336.92º 0.25% 0.21% -
HSV(B) 336.92º 0.39% 0.26% -
XYZ 3.58 2.91 3.39 -
YUV 48.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 66 40 50 0 0.39 0.24 0.74 336.92 0.25 0.21
Hex 42 28 32 0 27 18 4A 151 19 15
Octal 102 50 62 0 47 30 112 521 31 25
Binary 1000010 101000 110010 0 100111 11000 1001010 101010001 11001 10101

Color Harmonies of #422832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422832

Black with #422832

Text Example


Text Example

White with #422832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422832; }

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

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

background-color css

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

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

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

border-color css

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

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

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