#67151A

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

Shades of Pohutukawa #67151A

Tints of Pohutukawa #67151A

Color information

#67151A (or 0x67151A) is unknown color: approx Pohutukawa. HEX triplet: 67, 15 and 1A. RGB value is (103,21,26). Sum of RGB (Red+Green+Blue) = 103+21+26=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #67151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67151A is #98EAE5. Grayscale: #2E2E2E. Windows color (decimal): -10021606 or 1709415. OLE color: 1709415.

HSL color Cylindrical-coordinate representation of color #67151A: hue angle of 356.34º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67151A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1032126-
CMYK00.800.750.60
HSL356.34º66.13%24.31%-
HSV(B)356.34º79.61%40.39%-
XYZ6.053.491.33-
YUV46.09116.67168.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.67%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=68.67%
G=14%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103212600.800.750.60356.3466.1324.31
Hex67151A0504B3C1644218
Octal147253201201137454410230
Binary11001111010111010010100001001011111100101100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67151A; }

 p { color: rgb(103,21,26); }

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

<style>
 a { background-color: #67151A; }

 a { background-color: rgb(103,21,26); }

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

<style>
 span { border-color: #67151A; }

 span { border-color: rgb(103,21,26); }

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