Html Css Color HEX #442733 Castro

📋 copy color: '#442733'

red 68 ◦ green 39 ◦ blue 51

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

Shades of Castro #442733

Tints of Castro #442733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

 BLUE value IS 51 (20.31% from 255) = 32.28%

R = 43.04%
G = 24.68%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#442733 (or 0x442733) is known color: Castro. HEX triplet: 44, 27 and 33. RGB value is (68,39,51). Sum of RGB (Red+Green+Blue) = 68+39+51=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #442733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442733 is #BBD8CC. Grayscale: #313131. Windows color (decimal): -12310733 or 3352388. OLE color: 3352388.

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

Color convert

RGB 68 39 51 -
CMYK 0 0.43 0.25 0.73
HSL 335.17º 0.27% 0.21% -
HSV(B) 335.17º 0.43% 0.27% -
XYZ 3.71 2.92 3.5 -
YUV 49.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 68 39 51 0 0.43 0.25 0.73 335.17 0.27 0.21
Hex 44 27 33 0 2B 19 49 14F 1B 15
Octal 104 47 63 0 53 31 111 517 33 25
Binary 1000100 100111 110011 0 101011 11001 1001001 101001111 11011 10101

Color Harmonies of #442733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442733

Black with #442733

Text Example


Text Example

White with #442733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442733; }

 p { color: rgb(68,39,51); }

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

background-color css

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

 a { background-color: rgb(68,39,51); }

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

border-color css

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

 span { border-color: rgb(68,39,51); }

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