#6E1426

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

Shades of Pohutukawa #6E1426

Tints of Pohutukawa #6E1426

Color information

#6E1426 (or 0x6E1426) is unknown color: approx Pohutukawa. HEX triplet: 6E, 14 and 26. RGB value is (110,20,38). Sum of RGB (Red+Green+Blue) = 110+20+38=168 (22% of max value = 765). Red value is 110 (43.36% from 255 or 65.48% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1426 is #91EBD9. Grayscale: #303030. Windows color (decimal): -9563098 or 2495598. OLE color: 2495598.

HSL color Cylindrical-coordinate representation of color #6E1426: hue angle of 348º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1426 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB1102038-
CMYK00.820.650.57
HSL348º69.23%25.49%-
HSV(B)348º81.82%43.14%-
XYZ7.033.962.23-
YUV48.96121.82171.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 65.48%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=65.48%
G=11.90%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110203800.820.650.5734869.2325.49
Hex6E1426052413915c4519
Octal156244601221017153410531
Binary110111010100100110010100101000001111001101011100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E1426; }

 p { color: rgb(110,20,38); }

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

<style>
 a { background-color: #6E1426; }

 a { background-color: rgb(110,20,38); }

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

<style>
 span { border-color: #6E1426; }

 span { border-color: rgb(110,20,38); }

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