#6D152A

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

Shades of Pohutukawa #6D152A

Tints of Pohutukawa #6D152A

Color information

#6D152A (or 0x6D152A) is unknown color: approx Pohutukawa. HEX triplet: 6D, 15 and 2A. RGB value is (109,21,42). Sum of RGB (Red+Green+Blue) = 109+21+42=172 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.37% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 109 - color contains mainly: red. Hex color #6D152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D152A is #92EAD5. Grayscale: #313131. Windows color (decimal): -9628374 or 2757997. OLE color: 2757997.

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

Color convert

RGB1092142-
CMYK00.810.610.57
HSL345.68º67.69%25.49%-
HSV(B)345.68º80.73%42.75%-
XYZ6.993.952.59-
YUV49.71123.65170.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.37%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=63.37%
G=12.21%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109214200.810.610.57345.6867.6925.49
Hex6D152A0513D3915a4419
Octal15525520121757153210431
Binary11011011010110101001010001111101111001101011010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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