#6B1728

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

Shades of Pohutukawa #6B1728

Tints of Pohutukawa #6B1728

Color information

#6B1728 (or 0x6B1728) is unknown color: approx Pohutukawa. HEX triplet: 6B, 17 and 28. RGB value is (107,23,40). Sum of RGB (Red+Green+Blue) = 107+23+40=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1728 is #94E8D7. Grayscale: #323232. Windows color (decimal): -9758936 or 2627435. OLE color: 2627435.

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

Color convert

RGB1072340-
CMYK00.790.630.58
HSL347.86º64.62%25.49%-
HSV(B)347.86º78.5%41.96%-
XYZ6.753.892.4-
YUV50.05122.33168.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.94%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=62.94%
G=13.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107234000.790.630.58347.8664.6225.49
Hex6B172804F3F3A15c4119
Octal15327500117777253410131
Binary11010111011110100001001111111111111010101011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,23,40); }

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

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

 a { background-color: rgb(107,23,40); }

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

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

 span { border-color: rgb(107,23,40); }

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