#431827

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

Shades of Castro #431827

Tints of Castro #431827

Color information

#431827 (or 0x431827) is unknown color: approx Castro. HEX triplet: 43, 18 and 27. RGB value is (67,24,39). Sum of RGB (Red+Green+Blue) = 67+24+39=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431827 is #BCE7D8. Grayscale: #262626. Windows color (decimal): -12380121 or 2562115. OLE color: 2562115.

HSL color Cylindrical-coordinate representation of color #431827: hue angle of 339.07º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431827 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB672439-
CMYK00.640.420.74
HSL339.07º47.25%17.84%-
HSV(B)339.07º64.18%26.27%-
XYZ3.011.992.15-
YUV38.57128.25148.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 39 (15.62% from 255) = 30%
R=51.54%
G=18.46%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67243900.640.420.74339.0747.2517.84
Hex4318270402A4A1532f12
Octal10330470100521125235722
Binary10000111100010011101000000101010100101010101001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431827; }

 p { color: rgb(67,24,39); }

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

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

 a { background-color: rgb(67,24,39); }

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

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

 span { border-color: rgb(67,24,39); }

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