#43212A

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

Shades of Castro #43212A

Tints of Castro #43212A

Color information

#43212A (or 0x43212A) is unknown color: approx Castro. HEX triplet: 43, 21 and 2A. RGB value is (67,33,42). Sum of RGB (Red+Green+Blue) = 67+33+42=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #43212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43212A is #BCDED5. Grayscale: #2C2C2C. Windows color (decimal): -12377814 or 2761027. OLE color: 2761027.

HSL color Cylindrical-coordinate representation of color #43212A: hue angle of 344.12º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43212A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.74.

Color convert

RGB673342-
CMYK00.510.370.74
HSL344.12º34%19.61%-
HSV(B)344.12º50.75%26.27%-
XYZ3.282.452.49-
YUV44.19126.76144.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.18%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=47.18%
G=23.24%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67334200.510.370.74344.123419.61
Hex43212A033254A1582214
Octal1034152063451125304224
Binary10000111000011010100110011100101100101010101100010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43212A; }

 p { color: rgb(67,33,42); }

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

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

 a { background-color: rgb(67,33,42); }

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

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

 span { border-color: rgb(67,33,42); }

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