#671523

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

Shades of Pohutukawa #671523

Tints of Pohutukawa #671523

Color information

#671523 (or 0x671523) is unknown color: approx Pohutukawa. HEX triplet: 67, 15 and 23. RGB value is (103,21,35). Sum of RGB (Red+Green+Blue) = 103+21+35=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #671523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671523 is #98EADC. Grayscale: #2F2F2F. Windows color (decimal): -10021597 or 2299239. OLE color: 2299239.

HSL color Cylindrical-coordinate representation of color #671523: hue angle of 349.76º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671523 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB1032135-
CMYK00.800.660.60
HSL349.76º66.13%24.31%-
HSV(B)349.76º79.61%40.39%-
XYZ6.173.541.95-
YUV47.11121.17167.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.78%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 35 (14.06% from 255) = 22.01%
R=64.78%
G=13.21%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103213500.800.660.60349.7666.1324.31
Hex671523050423C15e4218
Octal147254301201027453610230
Binary110011110101100011010100001000010111100101011110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671523; }

 p { color: rgb(103,21,35); }

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

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

 a { background-color: rgb(103,21,35); }

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

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

 span { border-color: rgb(103,21,35); }

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