#68162a

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

Shades of Pohutukawa #68162A

Tints of Pohutukawa #68162A

Color information

#68162A (or 0x68162A) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 2A. RGB value is (104,22,42). Sum of RGB (Red+Green+Blue) = 104+22+42=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68162A is #97E9D5. Grayscale: #303030. Windows color (decimal): -9955798 or 2758248. OLE color: 2758248.

HSL color Cylindrical-coordinate representation of color #68162A: hue angle of 345.37º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68162A is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1042242-
CMYK00.790.600.59
HSL345.37º65.08%24.71%-
HSV(B)345.37º78.85%40.78%-
XYZ6.413.682.56-
YUV48.8124.17167.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 42 (16.80% from 255) = 25%
R=61.90%
G=13.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104224200.790.600.59345.3765.0824.71
Hex68162A04F3C3B1594119
Octal15026520117747353110131
Binary11010001011010101001001111111100111011101011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68162a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68162a; }

 p { color: rgb(104,22,42); }

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

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

 a { background-color: rgb(104,22,42); }

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

<style>
 span { border-color: #68162a; }

 span { border-color: rgb(104,22,42); }

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