#6F1123

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

Shades of Pohutukawa #6F1123

Tints of Pohutukawa #6F1123

Color information

#6F1123 (or 0x6F1123) is unknown color: approx Pohutukawa. HEX triplet: 6F, 11 and 23. RGB value is (111,17,35). Sum of RGB (Red+Green+Blue) = 111+17+35=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1123 is #90EEDC. Grayscale: #2F2F2F. Windows color (decimal): -9498333 or 2298223. OLE color: 2298223.

HSL color Cylindrical-coordinate representation of color #6F1123: hue angle of 348.51º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1123 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1111735-
CMYK00.850.680.56
HSL348.51º73.44%25.1%-
HSV(B)348.51º84.68%43.53%-
XYZ7.063.91.97-
YUV47.16121.14173.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.10%
GREEN value IS 17 (7.03% from 255) = 10.43%
BLUE value IS 35 (14.06% from 255) = 21.47%
R=68.10%
G=10.43%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111173500.850.680.56348.5173.4425.1
Hex6F1123055443815d4919
Octal157214301251047053511131
Binary110111110001100011010101011000100111000101011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,35); }

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

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

 a { background-color: rgb(111,17,35); }

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

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

 span { border-color: rgb(111,17,35); }

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