Html Css Color HEX #442933 Castro

📋 copy color: '#442933'

red 68 ◦ green 41 ◦ blue 51

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

Shades of Castro #442933

Tints of Castro #442933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 42.5%
G = 25.63%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#442933 (or 0x442933) is known color: Castro. HEX triplet: 44, 29 and 33. RGB value is (68,41,51). Sum of RGB (Red+Green+Blue) = 68+41+51=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #442933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442933 is #BBD6CC. Grayscale: #323232. Windows color (decimal): -12310221 or 3352900. OLE color: 3352900.

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

Color convert

RGB 68 41 51 -
CMYK 0 0.40 0.25 0.73
HSL 337.78º 0.25% 0.21% -
HSV(B) 337.78º 0.4% 0.27% -
XYZ 3.77 3.05 3.52 -
YUV 50.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 68 41 51 0 0.40 0.25 0.73 337.78 0.25 0.21
Hex 44 29 33 0 28 19 49 152 19 15
Octal 104 51 63 0 50 31 111 522 31 25
Binary 1000100 101001 110011 0 101000 11001 1001001 101010010 11001 10101

Color Harmonies of #442933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442933

Black with #442933

Text Example


Text Example

White with #442933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442933; }

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

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

background-color css

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

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

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

border-color css

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

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

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