Html Css Color HEX #421F29 Castro

📋 copy color: '#421F29'

red 66 ◦ green 31 ◦ blue 41

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

Shades of Castro #421F29

Tints of Castro #421F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.46%

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

R = 47.83%
G = 22.46%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.74

RGB Variations

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

Color information

#421F29 (or 0x421F29) is known color: Castro. HEX triplet: 42, 1F and 29. RGB value is (66,31,41). Sum of RGB (Red+Green+Blue) = 66+31+41=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F29 is #BDE0D6. Grayscale: #2A2A2A. Windows color (decimal): -12443863 or 2694978. OLE color: 2694978.

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

Color convert

RGB 66 31 41 -
CMYK 0 0.53 0.38 0.74
HSL 342.86º 0.36% 0.19% -
HSV(B) 342.86º 0.53% 0.26% -
XYZ 3.14 2.3 2.38 -
YUV 42.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 66 31 41 0 0.53 0.38 0.74 342.86 0.36 0.19
Hex 42 1F 29 0 35 26 4A 157 24 13
Octal 102 37 51 0 65 46 112 527 44 23
Binary 1000010 11111 101001 0 110101 100110 1001010 101010111 100100 10011

Color Harmonies of #421F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F29

Black with #421F29

Text Example


Text Example

White with #421F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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