#671A1F

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

Shades of Pohutukawa #671A1F

Tints of Pohutukawa #671A1F

Color information

#671A1F (or 0x671A1F) is unknown color: approx Pohutukawa. HEX triplet: 67, 1A and 1F. RGB value is (103,26,31). Sum of RGB (Red+Green+Blue) = 103+26+31=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #671A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A1F is #98E5E0. Grayscale: #313131. Windows color (decimal): -10020321 or 2038375. OLE color: 2038375.

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

Color convert

RGB1032631-
CMYK00.750.700.60
HSL356.1º59.69%25.29%-
HSV(B)356.1º74.76%40.39%-
XYZ6.213.721.69-
YUV49.59117.51166.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.38%
GREEN value IS 26 (10.55% from 255) = 16.25%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=64.38%
G=16.25%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103263100.750.700.60356.159.6925.29
Hex671A1F04B463C1643c19
Octal14732370113106745447431
Binary1100111110101111101001011100011011110010110010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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