#431829

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

Shades of Castro #431829

Tints of Castro #431829

Color information

#431829 (or 0x431829) is unknown color: approx Castro. HEX triplet: 43, 18 and 29. RGB value is (67,24,41). Sum of RGB (Red+Green+Blue) = 67+24+41=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #431829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431829 is #BCE7D6. Grayscale: #262626. Windows color (decimal): -12380119 or 2693187. OLE color: 2693187.

HSL color Cylindrical-coordinate representation of color #431829: hue angle of 336.28º 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 #431829 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB672441-
CMYK00.640.390.74
HSL336.28º47.25%17.84%-
HSV(B)336.28º64.18%26.27%-
XYZ3.042.012.32-
YUV38.79129.25148.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.76%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=50.76%
G=18.18%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67244100.640.390.74336.2847.2517.84
Hex431829040274A1502f12
Octal10330510100471125205722
Binary10000111100010100101000000100111100101010101000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431829; }

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

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

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

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

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

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

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

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