#6A1429

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

Shades of Pohutukawa #6A1429

Tints of Pohutukawa #6A1429

Color information

#6A1429 (or 0x6A1429) is unknown color: approx Pohutukawa. HEX triplet: 6A, 14 and 29. RGB value is (106,20,41). Sum of RGB (Red+Green+Blue) = 106+20+41=167 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.47% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1429 is #95EBD6. Grayscale: #303030. Windows color (decimal): -9825239 or 2692202. OLE color: 2692202.

HSL color Cylindrical-coordinate representation of color #6A1429: hue angle of 345.35º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1429 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1062041-
CMYK00.810.610.58
HSL345.35º68.25%24.71%-
HSV(B)345.35º81.13%41.57%-
XYZ6.593.722.47-
YUV48.11123.99169.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 63.47%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=63.47%
G=11.98%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106204100.810.610.58345.3568.2524.71
Hex6A14290513D3A1594419
Octal15224510121757253110431
Binary11010101010010100101010001111101111010101011001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,41); }

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

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

 a { background-color: rgb(106,20,41); }

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

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

 span { border-color: rgb(106,20,41); }

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