#421727

Color #421727 Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #421727

Tints of Castro #421727

Color information

#421727 (or 0x421727) is unknown color: approx Castro. HEX triplet: 42, 17 and 27. RGB value is (66,23,39). Sum of RGB (Red+Green+Blue) = 66+23+39=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #421727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421727 is #BDE8D8. Grayscale: #252525. Windows color (decimal): -12445913 or 2561858. OLE color: 2561858.

HSL color Cylindrical-coordinate representation of color #421727: hue angle of 337.67º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421727 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB662339-
CMYK00.650.410.74
HSL337.67º48.31%17.45%-
HSV(B)337.67º65.15%25.88%-
XYZ2.921.922.14-
YUV37.68128.75148.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=51.56%
G=17.97%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66233900.650.410.74337.6748.3117.45
Hex421727041294A1523011
Octal10227470101511125226021
Binary10000101011110011101000001101001100101010101001011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421727; }

 p { color: rgb(66,23,39); }

 H1.HeaderClassName
 {
   color: #421727;
 }
 .AnyTagClassName
 {
   color: #421727;
 }
</style>
background-color css

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

 a { background-color: rgb(66,23,39); }

 div.DivClassName
 {
   background-color: #421727;
 }
 .BgClassName
 {
   background-color: #421727;
 }
</style>
border-color css

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

 span { border-color: rgb(66,23,39); }

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