#671F2A

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

Shades of Pohutukawa #671F2A

Tints of Pohutukawa #671F2A

Color information

#671F2A (or 0x671F2A) is unknown color: approx Pohutukawa. HEX triplet: 67, 1F and 2A. RGB value is (103,31,42). Sum of RGB (Red+Green+Blue) = 103+31+42=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #671F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F2A is #98E0D5. Grayscale: #353535. Windows color (decimal): -10019030 or 2760551. OLE color: 2760551.

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

Color convert

RGB1033142-
CMYK00.700.590.60
HSL350.83º53.73%26.27%-
HSV(B)350.83º69.9%40.39%-
XYZ6.54.032.63-
YUV53.78121.35163.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.52%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=58.52%
G=17.61%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103314200.700.590.60350.8353.7326.27
Hex671F2A0463B3C15f361a
Octal1473752010673745376632
Binary1100111111111010100100011011101111110010101111111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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