Html Css Color HEX #442632 Castro

📋 copy color: '#442632'

red 68 ◦ green 38 ◦ blue 50

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

Shades of Castro #442632

Tints of Castro #442632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.36%

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

R = 43.59%
G = 24.36%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#442632 (or 0x442632) is known color: Castro. HEX triplet: 44, 26 and 32. RGB value is (68,38,50). Sum of RGB (Red+Green+Blue) = 68+38+50=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #442632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442632 is #BBD9CD. Grayscale: #303030. Windows color (decimal): -12310990 or 3286596. OLE color: 3286596.

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

Color convert

RGB 68 38 50 -
CMYK 0 0.44 0.26 0.73
HSL 336º 0.28% 0.21% -
HSV(B) 336º 0.44% 0.27% -
XYZ 3.65 2.85 3.37 -
YUV 48.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 68 38 50 0 0.44 0.26 0.73 336 0.28 0.21
Hex 44 26 32 0 2C 1A 49 150 1C 15
Octal 104 46 62 0 54 32 111 520 34 25
Binary 1000100 100110 110010 0 101100 11010 1001001 101010000 11100 10101

Color Harmonies of #442632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442632

Black with #442632

Text Example


Text Example

White with #442632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442632; }

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

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

background-color css

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

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

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

border-color css

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

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

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