Html Css Color HEX #442532 Castro

📋 copy color: '#442532'

red 68 ◦ green 37 ◦ blue 50

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

Shades of Castro #442532

Tints of Castro #442532

RGB

 RED value IS 68 (26.95% from 255) = 43.87%

 GREEN value IS 37 (14.84% from 255) = 23.87%

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

R = 43.87%
G = 23.87%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#442532 (or 0x442532) is known color: Castro. HEX triplet: 44, 25 and 32. RGB value is (68,37,50). Sum of RGB (Red+Green+Blue) = 68+37+50=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442532 is #BBDACD. Grayscale: #2F2F2F. Windows color (decimal): -12311246 or 3286340. OLE color: 3286340.

HSL color Cylindrical-coordinate representation of color #442532: hue angle of 334.84º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #442532 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 37 50 -
CMYK 0 0.46 0.26 0.73
HSL 334.84º 0.3% 0.21% -
HSV(B) 334.84º 0.46% 0.27% -
XYZ 3.62 2.78 3.36 -
YUV 47.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 68 37 50 0 0.46 0.26 0.73 334.84 0.3 0.21
Hex 44 25 32 0 2E 1A 49 14F 1E 15
Octal 104 45 62 0 56 32 111 517 36 25
Binary 1000100 100101 110010 0 101110 11010 1001001 101001111 11110 10101

Color Harmonies of #442532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442532

Black with #442532

Text Example


Text Example

White with #442532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442532; }

 p { color: rgb(68,37,50); }

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

background-color css

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

 a { background-color: rgb(68,37,50); }

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

border-color css

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

 span { border-color: rgb(68,37,50); }

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