#6A131A

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

Shades of Pohutukawa #6A131A

Tints of Pohutukawa #6A131A

Color information

#6A131A (or 0x6A131A) is unknown color: approx Pohutukawa. HEX triplet: 6A, 13 and 1A. RGB value is (106,19,26). Sum of RGB (Red+Green+Blue) = 106+19+26=151 (20% of max value = 765). Red value is 106 (41.80% from 255 or 70.20% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 106 - color contains mainly: red. Hex color #6A131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A131A is #95ECE5. Grayscale: #2D2D2D. Windows color (decimal): -9825510 or 1708906. OLE color: 1708906.

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

Color convert

RGB1061926-
CMYK00.820.750.58
HSL355.17º69.6%24.51%-
HSV(B)355.17º82.08%41.57%-
XYZ6.363.61.34-
YUV45.81116.82170.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 70.20%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=70.20%
G=12.58%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106192600.820.750.58355.1769.624.51
Hex6A131A0524B3A1634619
Octal152233201221137254310631
Binary11010101001111010010100101001011111010101100011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,19,26); }

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

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

 a { background-color: rgb(106,19,26); }

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

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

 span { border-color: rgb(106,19,26); }

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