Html Css Color HEX #421F2E Castro

📋 copy color: '#421F2E'

red 66 ◦ green 31 ◦ blue 46

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

Shades of Castro #421F2E

Tints of Castro #421F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.17%

R = 46.15%
G = 21.68%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#421F2E (or 0x421F2E) is known color: Castro. HEX triplet: 42, 1F and 2E. RGB value is (66,31,46). Sum of RGB (Red+Green+Blue) = 66+31+46=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #421F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F2E is #BDE0D1. Grayscale: #2B2B2B. Windows color (decimal): -12443858 or 3022658. OLE color: 3022658.

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

Color convert

RGB 66 31 46 -
CMYK 0 0.53 0.30 0.74
HSL 334.29º 0.36% 0.19% -
HSV(B) 334.29º 0.53% 0.26% -
XYZ 3.23 2.34 2.87 -
YUV 43.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 66 31 46 0 0.53 0.30 0.74 334.29 0.36 0.19
Hex 42 1F 2E 0 35 1E 4A 14E 24 13
Octal 102 37 56 0 65 36 112 516 44 23
Binary 1000010 11111 101110 0 110101 11110 1001010 101001110 100100 10011

Color Harmonies of #421F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F2E

Black with #421F2E

Text Example


Text Example

White with #421F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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