#671A1B

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

Shades of Pohutukawa #671A1B

Tints of Pohutukawa #671A1B

Color information

#671A1B (or 0x671A1B) is unknown color: approx Pohutukawa. HEX triplet: 67, 1A and 1B. RGB value is (103,26,27). Sum of RGB (Red+Green+Blue) = 103+26+27=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #671A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A1B is #98E5E4. Grayscale: #313131. Windows color (decimal): -10020325 or 1776231. OLE color: 1776231.

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

Color convert

RGB1032627-
CMYK00.750.740.60
HSL359.22º59.69%25.29%-
HSV(B)359.22º74.76%40.39%-
XYZ6.163.71.43-
YUV49.14115.51166.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.03%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=66.03%
G=16.67%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103262700.750.740.60359.2259.6925.29
Hex671A1B04B4A3C1673c19
Octal14732330113112745477431
Binary1100111110101101101001011100101011110010110011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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