#6D1528

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

Shades of Pohutukawa #6D1528

Tints of Pohutukawa #6D1528

Color information

#6D1528 (or 0x6D1528) is unknown color: approx Pohutukawa. HEX triplet: 6D, 15 and 28. RGB value is (109,21,40). Sum of RGB (Red+Green+Blue) = 109+21+40=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1528 is #92EAD7. Grayscale: #313131. Windows color (decimal): -9628376 or 2626925. OLE color: 2626925.

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

Color convert

RGB1092140-
CMYK00.810.630.57
HSL347.05º67.69%25.49%-
HSV(B)347.05º80.73%42.75%-
XYZ6.963.942.4-
YUV49.48122.65170.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 64.12%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=64.12%
G=12.35%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109214000.810.630.57347.0567.6925.49
Hex6D15280513F3915b4419
Octal15525500121777153310431
Binary11011011010110100001010001111111111001101011011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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