Html Css Color HEX #421E2D Castro

📋 copy color: '#421E2D'

red 66 ◦ green 30 ◦ blue 45

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

Shades of Castro #421E2D

Tints of Castro #421E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.28%

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 46.81%
G = 21.28%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#421E2D (or 0x421E2D) is known color: Castro. HEX triplet: 42, 1E and 2D. RGB value is (66,30,45). Sum of RGB (Red+Green+Blue) = 66+30+45=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #421E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E2D is #BDE1D2. Grayscale: #2A2A2A. Windows color (decimal): -12444115 or 2956866. OLE color: 2956866.

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

Color convert

RGB 66 30 45 -
CMYK 0 0.55 0.32 0.74
HSL 335º 0.38% 0.19% -
HSV(B) 335º 0.55% 0.26% -
XYZ 3.18 2.28 2.75 -
YUV 42.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 66 30 45 0 0.55 0.32 0.74 335 0.38 0.19
Hex 42 1E 2D 0 37 20 4A 14F 26 13
Octal 102 36 55 0 67 40 112 517 46 23
Binary 1000010 11110 101101 0 110111 100000 1001010 101001111 100110 10011

Color Harmonies of #421E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E2D

Black with #421E2D

Text Example


Text Example

White with #421E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,30,45); }

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

background-color css

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

 a { background-color: rgb(66,30,45); }

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

border-color css

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

 span { border-color: rgb(66,30,45); }

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