#67191E

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

Shades of Pohutukawa #67191E

Tints of Pohutukawa #67191E

Color information

#67191E (or 0x67191E) is unknown color: approx Pohutukawa. HEX triplet: 67, 19 and 1E. RGB value is (103,25,30). Sum of RGB (Red+Green+Blue) = 103+25+30=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #67191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67191E is #98E6E1. Grayscale: #303030. Windows color (decimal): -10020578 or 1972583. OLE color: 1972583.

HSL color Cylindrical-coordinate representation of color #67191E: hue angle of 356.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67191E is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB1032530-
CMYK00.760.710.60
HSL356.15º60.94%25.1%-
HSV(B)356.15º75.73%40.39%-
XYZ6.183.671.61-
YUV48.89117.34166.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 65.19%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=65.19%
G=15.82%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103253000.760.710.60356.1560.9425.1
Hex67191E04C473C1643d19
Octal14731360114107745447531
Binary1100111110011111001001100100011111110010110010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67191E; }

 p { color: rgb(103,25,30); }

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

<style>
 a { background-color: #67191E; }

 a { background-color: rgb(103,25,30); }

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

<style>
 span { border-color: #67191E; }

 span { border-color: rgb(103,25,30); }

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