#6F1121

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

Shades of Pohutukawa #6F1121

Tints of Pohutukawa #6F1121

Color information

#6F1121 (or 0x6F1121) is unknown color: approx Pohutukawa. HEX triplet: 6F, 11 and 21. RGB value is (111,17,33). Sum of RGB (Red+Green+Blue) = 111+17+33=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1121 is #90EEDE. Grayscale: #2E2E2E. Windows color (decimal): -9498335 or 2167151. OLE color: 2167151.

HSL color Cylindrical-coordinate representation of color #6F1121: hue angle of 349.79º 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 #6F1121 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1111733-
CMYK00.850.700.56
HSL349.79º73.44%25.1%-
HSV(B)349.79º84.68%43.53%-
XYZ7.033.891.82-
YUV46.93120.14173.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.94%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=68.94%
G=10.56%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111173300.850.700.56349.7973.4425.1
Hex6F1121055463815e4919
Octal157214101251067053611131
Binary110111110001100001010101011000110111000101011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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