#6A141F

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

Shades of Pohutukawa #6A141F

Tints of Pohutukawa #6A141F

Color information

#6A141F (or 0x6A141F) is unknown color: approx Pohutukawa. HEX triplet: 6A, 14 and 1F. RGB value is (106,20,31). Sum of RGB (Red+Green+Blue) = 106+20+31=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A141F is #95EBE0. Grayscale: #2F2F2F. Windows color (decimal): -9825249 or 2036842. OLE color: 2036842.

HSL color Cylindrical-coordinate representation of color #6A141F: hue angle of 352.33º 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 #6A141F is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB1062031-
CMYK00.810.710.58
HSL352.33º68.25%24.71%-
HSV(B)352.33º81.13%41.57%-
XYZ6.443.661.66-
YUV46.97118.99170.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.52%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=67.52%
G=12.74%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106203100.810.710.58352.3368.2524.71
Hex6A141F051473A1604419
Octal152243701211077254010431
Binary11010101010011111010100011000111111010101100000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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