#6f0f23

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

Shades of Pohutukawa #6F0F23

Tints of Pohutukawa #6F0F23

Color information

#6F0F23 (or 0x6F0F23) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0F and 23. RGB value is (111,15,35). Sum of RGB (Red+Green+Blue) = 111+15+35=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F23 is #90F0DC. Grayscale: #2E2E2E. Windows color (decimal): -9498845 or 2297711. OLE color: 2297711.

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

Color convert

RGB1111535-
CMYK00.860.680.56
HSL347.5º76.19%24.71%-
HSV(B)347.5º86.49%43.53%-
XYZ7.033.841.96-
YUV45.98121.8174.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.94%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 35 (14.06% from 255) = 21.74%
R=68.94%
G=9.32%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111153500.860.680.56347.576.1924.71
Hex6FF23056443815c4c19
Octal157174301261047053411431
Binary11011111111100011010101101000100111000101011100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f0f23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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