#671B2A

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

Shades of Pohutukawa #671B2A

Tints of Pohutukawa #671B2A

Color information

#671B2A (or 0x671B2A) is unknown color: approx Pohutukawa. HEX triplet: 67, 1B and 2A. RGB value is (103,27,42). Sum of RGB (Red+Green+Blue) = 103+27+42=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #671B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B2A is #98E4D5. Grayscale: #333333. Windows color (decimal): -10020054 or 2759527. OLE color: 2759527.

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

Color convert

RGB1032742-
CMYK00.740.590.60
HSL348.16º58.46%25.49%-
HSV(B)348.16º73.79%40.39%-
XYZ6.43.832.59-
YUV51.43122.68164.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=59.88%
G=15.70%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103274200.740.590.60348.1658.4625.49
Hex671B2A04A3B3C15c3a19
Octal1473352011273745347231
Binary1100111110111010100100101011101111110010101110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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