#6f0f2a

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

Shades of Pohutukawa #6F0F2A

Tints of Pohutukawa #6F0F2A

Color information

#6F0F2A (or 0x6F0F2A) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0F and 2A. RGB value is (111,15,42). Sum of RGB (Red+Green+Blue) = 111+15+42=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F2A is #90F0D5. Grayscale: #2E2E2E. Windows color (decimal): -9498838 or 2756463. OLE color: 2756463.

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

Color convert

RGB1111542-
CMYK00.860.620.56
HSL343.12º76.19%24.71%-
HSV(B)343.12º86.49%43.53%-
XYZ7.143.892.56-
YUV46.78125.3173.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.07%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 42 (16.80% from 255) = 25%
R=66.07%
G=8.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111154200.860.620.56343.1276.1924.71
Hex6FF2A0563E381574c19
Octal15717520126767052711431
Binary1101111111110101001010110111110111000101010111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f0f2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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