#671F2B

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

Shades of Pohutukawa #671F2B

Tints of Pohutukawa #671F2B

Color information

#671F2B (or 0x671F2B) is unknown color: approx Pohutukawa. HEX triplet: 67, 1F and 2B. RGB value is (103,31,43). Sum of RGB (Red+Green+Blue) = 103+31+43=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #671F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F2B is #98E0D4. Grayscale: #353535. Windows color (decimal): -10019029 or 2826087. OLE color: 2826087.

HSL color Cylindrical-coordinate representation of color #671F2B: hue angle of 350º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F2B is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1033143-
CMYK00.700.580.60
HSL350º53.73%26.27%-
HSV(B)350º69.9%40.39%-
XYZ6.524.042.72-
YUV53.9121.85163.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.19%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=58.19%
G=17.51%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103314300.700.580.6035053.7326.27
Hex671F2B0463A3C15e361a
Octal1473753010672745366632
Binary1100111111111010110100011011101011110010101111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,31,43); }

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

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

 a { background-color: rgb(103,31,43); }

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

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

 span { border-color: rgb(103,31,43); }

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