#68151A

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

Shades of Pohutukawa #68151A

Tints of Pohutukawa #68151A

Color information

#68151A (or 0x68151A) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 1A. RGB value is (104,21,26). Sum of RGB (Red+Green+Blue) = 104+21+26=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151A is #97EAE5. Grayscale: #2E2E2E. Windows color (decimal): -9956070 or 1709416. OLE color: 1709416.

HSL color Cylindrical-coordinate representation of color #68151A: hue angle of 356.39º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68151A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1042126-
CMYK00.800.750.59
HSL356.39º66.4%24.51%-
HSV(B)356.39º79.81%40.78%-
XYZ6.163.551.34-
YUV46.39116.5169.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=68.87%
G=13.91%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104212600.800.750.59356.3966.424.51
Hex68151A0504B3B1644219
Octal150253201201137354410231
Binary11010001010111010010100001001011111011101100100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68151A; }

 p { color: rgb(104,21,26); }

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

<style>
 a { background-color: #68151A; }

 a { background-color: rgb(104,21,26); }

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

<style>
 span { border-color: #68151A; }

 span { border-color: rgb(104,21,26); }

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