#6F1127

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

Shades of Pohutukawa #6F1127

Tints of Pohutukawa #6F1127

Color information

#6F1127 (or 0x6F1127) is unknown color: approx Pohutukawa. HEX triplet: 6F, 11 and 27. RGB value is (111,17,39). Sum of RGB (Red+Green+Blue) = 111+17+39=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1127 is #90EED8. Grayscale: #2F2F2F. Windows color (decimal): -9498329 or 2560367. OLE color: 2560367.

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

Color convert

RGB1111739-
CMYK00.850.650.56
HSL345.96º73.44%25.1%-
HSV(B)345.96º84.68%43.53%-
XYZ7.123.932.3-
YUV47.61123.14173.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 39 (15.62% from 255) = 23.35%
R=66.47%
G=10.18%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111173900.850.650.56345.9673.4425.1
Hex6F1127055413815a4919
Octal157214701251017053211131
Binary110111110001100111010101011000001111000101011010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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