#67142B

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

Shades of Pohutukawa #67142B

Tints of Pohutukawa #67142B

Color information

#67142B (or 0x67142B) is unknown color: approx Pohutukawa. HEX triplet: 67, 14 and 2B. RGB value is (103,20,43). Sum of RGB (Red+Green+Blue) = 103+20+43=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67142B is #98EBD4. Grayscale: #2F2F2F. Windows color (decimal): -10021845 or 2823271. OLE color: 2823271.

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

Color convert

RGB1032043-
CMYK00.810.580.60
HSL343.37º67.48%24.12%-
HSV(B)343.37º80.58%40.39%-
XYZ6.283.562.64-
YUV47.44125.5167.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.05%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=62.05%
G=12.05%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103204300.810.580.60343.3767.4824.12
Hex67142B0513A3C1574318
Octal14724530121727452710330
Binary11001111010010101101010001111010111100101010111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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