#6B1126

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

Shades of Pohutukawa #6B1126

Tints of Pohutukawa #6B1126

Color information

#6B1126 (or 0x6B1126) is unknown color: approx Pohutukawa. HEX triplet: 6B, 11 and 26. RGB value is (107,17,38). Sum of RGB (Red+Green+Blue) = 107+17+38=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1126 is #94EED9. Grayscale: #2E2E2E. Windows color (decimal): -9760474 or 2494827. OLE color: 2494827.

HSL color Cylindrical-coordinate representation of color #6B1126: hue angle of 346º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1126 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1071738-
CMYK00.840.640.58
HSL346º72.58%24.31%-
HSV(B)346º84.11%41.96%-
XYZ6.613.672.19-
YUV46.3123.32171.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 66.05%
GREEN value IS 17 (7.03% from 255) = 10.49%
BLUE value IS 38 (15.23% from 255) = 23.46%
R=66.05%
G=10.49%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107173800.840.640.5834672.5824.31
Hex6B1126054403A15a4918
Octal153214601241007253211130
Binary110101110001100110010101001000000111010101011010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,38); }

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

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

 a { background-color: rgb(107,17,38); }

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

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

 span { border-color: rgb(107,17,38); }

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