#67141F

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

Shades of Pohutukawa #67141F

Tints of Pohutukawa #67141F

Color information

#67141F (or 0x67141F) is unknown color: approx Pohutukawa. HEX triplet: 67, 14 and 1F. RGB value is (103,20,31). Sum of RGB (Red+Green+Blue) = 103+20+31=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #67141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67141F is #98EBE0. Grayscale: #2E2E2E. Windows color (decimal): -10021857 or 2036839. OLE color: 2036839.

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

Color convert

RGB1032031-
CMYK00.810.700.60
HSL352.05º67.48%24.12%-
HSV(B)352.05º80.58%40.39%-
XYZ6.093.481.65-
YUV46.07119.5168.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.88%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=66.88%
G=12.99%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103203100.810.700.60352.0567.4824.12
Hex67141F051463C1604318
Octal147243701211067454010330
Binary11001111010011111010100011000110111100101100000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67141F; }

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

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

<style>
 a { background-color: #67141F; }

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

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

<style>
 span { border-color: #67141F; }

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

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