#6A0D27

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

Shades of Pohutukawa #6A0D27

Tints of Pohutukawa #6A0D27

Color information

#6A0D27 (or 0x6A0D27) is unknown color: approx Pohutukawa. HEX triplet: 6A, 0D and 27. RGB value is (106,13,39). Sum of RGB (Red+Green+Blue) = 106+13+39=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D27 is #95F2D8. Grayscale: #2B2B2B. Windows color (decimal): -9827033 or 2559338. OLE color: 2559338.

HSL color Cylindrical-coordinate representation of color #6A0D27: hue angle of 343.23º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D27 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1061339-
CMYK00.880.630.58
HSL343.23º78.15%23.33%-
HSV(B)343.23º87.74%41.57%-
XYZ6.453.52.25-
YUV43.77125.31172.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.09%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=67.09%
G=8.23%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106133900.880.630.58343.2378.1523.33
Hex6AD270583F3A1574e17
Octal15215470130777252711627
Binary1101010110110011101011000111111111010101010111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,13,39); }

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

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

 a { background-color: rgb(106,13,39); }

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

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

 span { border-color: rgb(106,13,39); }

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