Html Css Color HEX #421B29 Castro

📋 copy color: '#421B29'

red 66 ◦ green 27 ◦ blue 41

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

Shades of Castro #421B29

Tints of Castro #421B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.15%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 49.25%
G = 20.15%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#421B29 (or 0x421B29) is known color: Castro. HEX triplet: 42, 1B and 29. RGB value is (66,27,41). Sum of RGB (Red+Green+Blue) = 66+27+41=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #421B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B29 is #BDE4D6. Grayscale: #282828. Windows color (decimal): -12444887 or 2693954. OLE color: 2693954.

HSL color Cylindrical-coordinate representation of color #421B29: hue angle of 338.46º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421B29 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 27 41 -
CMYK 0 0.59 0.38 0.74
HSL 338.46º 0.42% 0.18% -
HSV(B) 338.46º 0.59% 0.26% -
XYZ 3.04 2.1 2.34 -
YUV 40.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 66 27 41 0 0.59 0.38 0.74 338.46 0.42 0.18
Hex 42 1B 29 0 3B 26 4A 152 2A 12
Octal 102 33 51 0 73 46 112 522 52 22
Binary 1000010 11011 101001 0 111011 100110 1001010 101010010 101010 10010

Color Harmonies of #421B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B29

Black with #421B29

Text Example


Text Example

White with #421B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421B29; }

 p { color: rgb(66,27,41); }

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

background-color css

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

 a { background-color: rgb(66,27,41); }

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

border-color css

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

 span { border-color: rgb(66,27,41); }

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