#452431

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

Shades of Castro #452431

Tints of Castro #452431

Color information

#452431 (or 0x452431) is unknown color: approx Castro. HEX triplet: 45, 24 and 31. RGB value is (69,36,49). Sum of RGB (Red+Green+Blue) = 69+36+49=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #452431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452431 is #BADBCE. Grayscale: #2F2F2F. Windows color (decimal): -12245967 or 3220549. OLE color: 3220549.

HSL color Cylindrical-coordinate representation of color #452431: hue angle of 336.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #452431 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB693649-
CMYK00.480.290.73
HSL336.36º31.43%20.59%-
HSV(B)336.36º47.83%27.06%-
XYZ3.642.753.24-
YUV47.35128.93143.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=44.81%
G=23.38%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69364900.480.290.73336.3631.4320.59
Hex4524310301D491501f15
Octal1054461060351115203725
Binary100010110010011000101100001110110010011010100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452431; }

 p { color: rgb(69,36,49); }

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

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

 a { background-color: rgb(69,36,49); }

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

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

 span { border-color: rgb(69,36,49); }

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