#67142D

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

Shades of Pohutukawa #67142D

Tints of Pohutukawa #67142D

Color information

#67142D (or 0x67142D) is unknown color: approx Pohutukawa. HEX triplet: 67, 14 and 2D. RGB value is (103,20,45). Sum of RGB (Red+Green+Blue) = 103+20+45=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67142D is #98EBD2. Grayscale: #2F2F2F. Windows color (decimal): -10021843 or 2954343. OLE color: 2954343.

HSL color Cylindrical-coordinate representation of color #67142D: hue angle of 341.93º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #67142D is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB1032045-
CMYK00.810.560.60
HSL341.93º67.48%24.12%-
HSV(B)341.93º80.58%40.39%-
XYZ6.323.572.84-
YUV47.67126.5167.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 61.31%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=61.31%
G=11.90%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103204500.810.560.60341.9367.4824.12
Hex67142D051383C1564318
Octal14724550121707452610330
Binary11001111010010110101010001111000111100101010110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67142D; }

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

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

<style>
 a { background-color: #67142D; }

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

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

<style>
 span { border-color: #67142D; }

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

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