Html Css Color HEX #421D2B Castro

📋 copy color: '#421D2B'

red 66 ◦ green 29 ◦ blue 43

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

Shades of Castro #421D2B

Tints of Castro #421D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 47.83%
G = 21.01%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#421D2B (or 0x421D2B) is known color: Castro. HEX triplet: 42, 1D and 2B. RGB value is (66,29,43). Sum of RGB (Red+Green+Blue) = 66+29+43=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D2B is #BDE2D4. Grayscale: #292929. Windows color (decimal): -12444373 or 2825538. OLE color: 2825538.

HSL color Cylindrical-coordinate representation of color #421D2B: hue angle of 337.3º 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 #421D2B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 43 -
CMYK 0 0.56 0.35 0.74
HSL 337.3º 0.39% 0.19% -
HSV(B) 337.3º 0.56% 0.26% -
XYZ 3.12 2.21 2.55 -
YUV 41.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 66 29 43 0 0.56 0.35 0.74 337.3 0.39 0.19
Hex 42 1D 2B 0 38 23 4A 151 27 13
Octal 102 35 53 0 70 43 112 521 47 23
Binary 1000010 11101 101011 0 111000 100011 1001010 101010001 100111 10011

Color Harmonies of #421D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D2B

Black with #421D2B

Text Example


Text Example

White with #421D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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