#671D2B

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

Shades of Pohutukawa #671D2B

Tints of Pohutukawa #671D2B

Color information

#671D2B (or 0x671D2B) is unknown color: approx Pohutukawa. HEX triplet: 67, 1D and 2B. RGB value is (103,29,43). Sum of RGB (Red+Green+Blue) = 103+29+43=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D2B is #98E2D4. Grayscale: #343434. Windows color (decimal): -10019541 or 2825575. OLE color: 2825575.

HSL color Cylindrical-coordinate representation of color #671D2B: hue angle of 348.65º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D2B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1032943-
CMYK00.720.580.60
HSL348.65º56.06%25.88%-
HSV(B)348.65º71.84%40.39%-
XYZ6.473.942.7-
YUV52.72122.52163.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.86%
GREEN value IS 29 (11.72% from 255) = 16.57%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=58.86%
G=16.57%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103294300.720.580.60348.6556.0625.88
Hex671D2B0483A3C15d381a
Octal1473553011072745357032
Binary1100111111011010110100100011101011110010101110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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