#472430

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

Shades of Castro #472430

Tints of Castro #472430

Color information

#472430 (or 0x472430) is unknown color: approx Castro. HEX triplet: 47, 24 and 30. RGB value is (71,36,48). Sum of RGB (Red+Green+Blue) = 71+36+48=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472430 is #B8DBCF. Grayscale: #2F2F2F. Windows color (decimal): -12114896 or 3155015. OLE color: 3155015.

HSL color Cylindrical-coordinate representation of color #472430: hue angle of 339.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472430 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB713648-
CMYK00.490.320.72
HSL339.43º32.71%20.98%-
HSV(B)339.43º49.3%27.84%-
XYZ3.762.813.14-
YUV47.83128.1144.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.81%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=45.81%
G=23.23%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71364800.490.320.72339.4332.7120.98
Hex47243003120481532115
Octal1074460061401105234125
Binary10001111001001100000110001100000100100010101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472430; }

 p { color: rgb(71,36,48); }

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

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

 a { background-color: rgb(71,36,48); }

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

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

 span { border-color: rgb(71,36,48); }

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