Html Css Color HEX #421D29 Castro

📋 copy color: '#421D29'

red 66 ◦ green 29 ◦ blue 41

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

Shades of Castro #421D29

Tints of Castro #421D29

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.32%

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

R = 48.53%
G = 21.32%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#421D29 (or 0x421D29) is known color: Castro. HEX triplet: 42, 1D and 29. RGB value is (66,29,41). Sum of RGB (Red+Green+Blue) = 66+29+41=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #421D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D29 is #BDE2D6. Grayscale: #292929. Windows color (decimal): -12444375 or 2694466. OLE color: 2694466.

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

Color convert

RGB 66 29 41 -
CMYK 0 0.56 0.38 0.74
HSL 340.54º 0.39% 0.19% -
HSV(B) 340.54º 0.56% 0.26% -
XYZ 3.09 2.2 2.36 -
YUV 41.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 66 29 41 0 0.56 0.38 0.74 340.54 0.39 0.19
Hex 42 1D 29 0 38 26 4A 155 27 13
Octal 102 35 51 0 70 46 112 525 47 23
Binary 1000010 11101 101001 0 111000 100110 1001010 101010101 100111 10011

Color Harmonies of #421D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D29

Black with #421D29

Text Example


Text Example

White with #421D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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