#671B2D

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

Shades of Pohutukawa #671B2D

Tints of Pohutukawa #671B2D

Color information

#671B2D (or 0x671B2D) is unknown color: approx Pohutukawa. HEX triplet: 67, 1B and 2D. RGB value is (103,27,45). Sum of RGB (Red+Green+Blue) = 103+27+45=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B2D is #98E4D2. Grayscale: #333333. Windows color (decimal): -10020051 or 2956135. OLE color: 2956135.

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

Color convert

RGB1032745-
CMYK00.740.560.60
HSL345.79º58.46%25.49%-
HSV(B)345.79º73.79%40.39%-
XYZ6.463.862.89-
YUV51.78124.18164.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.86%
GREEN value IS 27 (10.94% from 255) = 15.43%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=58.86%
G=15.43%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103274500.740.560.60345.7958.4625.49
Hex671B2D04A383C15a3a19
Octal1473355011270745327231
Binary1100111110111011010100101011100011110010101101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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