#43222D

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

Shades of Castro #43222D

Tints of Castro #43222D

Color information

#43222D (or 0x43222D) is unknown color: approx Castro. HEX triplet: 43, 22 and 2D. RGB value is (67,34,45). Sum of RGB (Red+Green+Blue) = 67+34+45=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #43222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43222D is #BCDDD2. Grayscale: #2D2D2D. Windows color (decimal): -12377555 or 2957891. OLE color: 2957891.

HSL color Cylindrical-coordinate representation of color #43222D: hue angle of 340º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43222D is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB673445-
CMYK00.490.330.74
HSL340º32.67%19.8%-
HSV(B)340º49.25%26.27%-
XYZ3.362.532.79-
YUV45.12127.93143.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.89%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=45.89%
G=23.29%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67344500.490.330.7434032.6719.8
Hex43222D031214A1542114
Octal1034255061411125244124
Binary10000111000101011010110001100001100101010101010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43222D; }

 p { color: rgb(67,34,45); }

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

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

 a { background-color: rgb(67,34,45); }

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

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

 span { border-color: rgb(67,34,45); }

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