#671B2C

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

Shades of Pohutukawa #671B2C

Tints of Pohutukawa #671B2C

Color information

#671B2C (or 0x671B2C) is unknown color: approx Pohutukawa. HEX triplet: 67, 1B and 2C. RGB value is (103,27,44). Sum of RGB (Red+Green+Blue) = 103+27+44=174 (23% of max value = 765). Red value is 103 (40.62% from 255 or 59.20% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 103 - color contains mainly: red. Hex color #671B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B2C is #98E4D3. Grayscale: #333333. Windows color (decimal): -10020052 or 2890599. OLE color: 2890599.

HSL color Cylindrical-coordinate representation of color #671B2C: hue angle of 346.58º 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 #671B2C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1032744-
CMYK00.740.570.60
HSL346.58º58.46%25.49%-
HSV(B)346.58º73.79%40.39%-
XYZ6.443.852.79-
YUV51.66123.68164.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.20%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=59.20%
G=15.52%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103274400.740.570.60346.5858.4625.49
Hex671B2C04A393C15b3a19
Octal1473354011271745337231
Binary1100111110111011000100101011100111110010101101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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