#6D102A

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

Shades of Pohutukawa #6D102A

Tints of Pohutukawa #6D102A

Color information

#6D102A (or 0x6D102A) is unknown color: approx Pohutukawa. HEX triplet: 6D, 10 and 2A. RGB value is (109,16,42). Sum of RGB (Red+Green+Blue) = 109+16+42=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D102A is #92EFD5. Grayscale: #2E2E2E. Windows color (decimal): -9629654 or 2756717. OLE color: 2756717.

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

Color convert

RGB1091642-
CMYK00.850.610.57
HSL343.23º74.4%24.51%-
HSV(B)343.23º85.32%42.75%-
XYZ6.913.792.56-
YUV46.77125.31172.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 65.27%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=65.27%
G=9.58%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109164200.850.610.57343.2374.424.51
Hex6D102A0553D391574a19
Octal15520520125757152711231
Binary11011011000010101001010101111101111001101010111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,42); }

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

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

 a { background-color: rgb(109,16,42); }

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

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

 span { border-color: rgb(109,16,42); }

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