#68131C

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

Shades of Pohutukawa #68131C

Tints of Pohutukawa #68131C

Color information

#68131C (or 0x68131C) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 1C. RGB value is (104,19,28). Sum of RGB (Red+Green+Blue) = 104+19+28=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68131C is #97ECE3. Grayscale: #2D2D2D. Windows color (decimal): -9956580 or 1839976. OLE color: 1839976.

HSL color Cylindrical-coordinate representation of color #68131C: hue angle of 353.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68131C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1041928-
CMYK00.820.730.59
HSL353.65º69.11%24.12%-
HSV(B)353.65º81.73%40.78%-
XYZ6.153.491.45-
YUV45.44118.16169.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=68.87%
G=12.58%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104192800.820.730.59353.6569.1124.12
Hex68131C052493B1624518
Octal150233401221117354210530
Binary11010001001111100010100101001001111011101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68131C; }

 p { color: rgb(104,19,28); }

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

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

 a { background-color: rgb(104,19,28); }

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

<style>
 span { border-color: #68131C; }

 span { border-color: rgb(104,19,28); }

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