#671B1D

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

Shades of Pohutukawa #671B1D

Tints of Pohutukawa #671B1D

Color information

#671B1D (or 0x671B1D) is unknown color: approx Pohutukawa. HEX triplet: 67, 1B and 1D. RGB value is (103,27,29). Sum of RGB (Red+Green+Blue) = 103+27+29=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #671B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B1D is #98E4E2. Grayscale: #323232. Windows color (decimal): -10020067 or 1907559. OLE color: 1907559.

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

Color convert

RGB1032729-
CMYK00.740.720.60
HSL358.42º58.46%25.49%-
HSV(B)358.42º73.79%40.39%-
XYZ6.213.761.56-
YUV49.95116.18165.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.78%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=64.78%
G=16.98%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103272900.740.720.60358.4258.4625.49
Hex671B1D04A483C1663a19
Octal14733350112110745467231
Binary1100111110111110101001010100100011110010110011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,27,29); }

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

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

 a { background-color: rgb(103,27,29); }

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

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

 span { border-color: rgb(103,27,29); }

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