#671A21

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

Shades of Pohutukawa #671A21

Tints of Pohutukawa #671A21

Color information

#671A21 (or 0x671A21) is unknown color: approx Pohutukawa. HEX triplet: 67, 1A and 21. RGB value is (103,26,33). Sum of RGB (Red+Green+Blue) = 103+26+33=162 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.58% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 103 - color contains mainly: red. Hex color #671A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A21 is #98E5DE. Grayscale: #313131. Windows color (decimal): -10020319 or 2169447. OLE color: 2169447.

HSL color Cylindrical-coordinate representation of color #671A21: hue angle of 354.55º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A21 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1032633-
CMYK00.750.680.60
HSL354.55º59.69%25.29%-
HSV(B)354.55º74.76%40.39%-
XYZ6.243.731.83-
YUV49.82118.51165.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.58%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=63.58%
G=16.05%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103263300.750.680.60354.5559.6925.29
Hex671A2104B443C1633c19
Octal14732410113104745437431
Binary11001111101010000101001011100010011110010110001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,26,33); }

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

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

 a { background-color: rgb(103,26,33); }

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

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

 span { border-color: rgb(103,26,33); }

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