#451927

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

Shades of Castro #451927

Tints of Castro #451927

Color information

#451927 (or 0x451927) is unknown color: approx Castro. HEX triplet: 45, 19 and 27. RGB value is (69,25,39). Sum of RGB (Red+Green+Blue) = 69+25+39=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #451927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451927 is #BAE6D8. Grayscale: #272727. Windows color (decimal): -12248793 or 2562373. OLE color: 2562373.

HSL color Cylindrical-coordinate representation of color #451927: hue angle of 340.91º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #451927 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB692539-
CMYK00.640.430.73
HSL340.91º46.81%18.43%-
HSV(B)340.91º63.77%27.06%-
XYZ3.172.112.16-
YUV39.75127.58148.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=51.88%
G=18.80%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69253900.640.430.73340.9146.8118.43
Hex4519270402B491552f12
Octal10531470100531115255722
Binary10001011100110011101000000101011100100110101010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451927; }

 p { color: rgb(69,25,39); }

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

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

 a { background-color: rgb(69,25,39); }

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

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

 span { border-color: rgb(69,25,39); }

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