#671A2B

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

Shades of Pohutukawa #671A2B

Tints of Pohutukawa #671A2B

Color information

#671A2B (or 0x671A2B) is unknown color: approx Pohutukawa. HEX triplet: 67, 1A and 2B. RGB value is (103,26,43). Sum of RGB (Red+Green+Blue) = 103+26+43=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #671A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A2B is #98E5D4. Grayscale: #323232. Windows color (decimal): -10020309 or 2824807. OLE color: 2824807.

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

Color convert

RGB1032643-
CMYK00.750.580.60
HSL346.75º59.69%25.29%-
HSV(B)346.75º74.76%40.39%-
XYZ6.43.82.68-
YUV50.96123.51165.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.88%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 43 (17.19% from 255) = 25%
R=59.88%
G=15.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103264300.750.580.60346.7559.6925.29
Hex671A2B04B3A3C15b3c19
Octal1473253011372745337431
Binary1100111110101010110100101111101011110010101101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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