#68092A

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

Shades of Pohutukawa #68092A

Tints of Pohutukawa #68092A

Color information

#68092A (or 0x68092A) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 2A. RGB value is (104,9,42). Sum of RGB (Red+Green+Blue) = 104+9+42=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68092A is #97F6D5. Grayscale: #292929. Windows color (decimal): -9959126 or 2754920. OLE color: 2754920.

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

Color convert

RGB104942-
CMYK00.910.600.59
HSL339.16º84.07%22.16%-
HSV(B)339.16º91.35%40.78%-
XYZ6.223.312.5-
YUV41.17128.47172.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 9 (3.91% from 255) = 5.81%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=67.10%
G=5.81%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10494200.910.600.59339.1684.0722.16
Hex6892A05B3C3B1535416
Octal15011520133747352312426
Binary1101000100110101001011011111100111011101010011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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