#671C26

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

Shades of Pohutukawa #671C26

Tints of Pohutukawa #671C26

Color information

#671C26 (or 0x671C26) is unknown color: approx Pohutukawa. HEX triplet: 67, 1C and 26. RGB value is (103,28,38). Sum of RGB (Red+Green+Blue) = 103+28+38=169 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.95% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 103 - color contains mainly: red. Hex color #671C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C26 is #98E3D9. Grayscale: #333333. Windows color (decimal): -10019802 or 2497639. OLE color: 2497639.

HSL color Cylindrical-coordinate representation of color #671C26: hue angle of 352º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C26 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1032838-
CMYK00.730.630.60
HSL352º57.25%25.69%-
HSV(B)352º72.82%40.39%-
XYZ6.363.852.24-
YUV51.56120.35164.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.95%
GREEN value IS 28 (11.33% from 255) = 16.57%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=60.95%
G=16.57%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103283800.730.630.6035257.2525.69
Hex671C260493F3C160391a
Octal1473446011177745407132
Binary1100111111001001100100100111111111110010110000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671C26; }

 p { color: rgb(103,28,38); }

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

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

 a { background-color: rgb(103,28,38); }

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

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

 span { border-color: rgb(103,28,38); }

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