#68132D

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

Shades of Pohutukawa #68132D

Tints of Pohutukawa #68132D

Color information

#68132D (or 0x68132D) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 2D. RGB value is (104,19,45). Sum of RGB (Red+Green+Blue) = 104+19+45=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68132D is #97ECD2. Grayscale: #2F2F2F. Windows color (decimal): -9956563 or 2954088. OLE color: 2954088.

HSL color Cylindrical-coordinate representation of color #68132D: hue angle of 341.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 #68132D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1041945-
CMYK00.820.570.59
HSL341.65º69.11%24.12%-
HSV(B)341.65º81.73%40.78%-
XYZ6.423.62.84-
YUV47.38126.66168.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 19 (7.81% from 255) = 11.31%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=61.90%
G=11.31%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104194500.820.570.59341.6569.1124.12
Hex68132D052393B1564518
Octal15023550122717352610530
Binary11010001001110110101010010111001111011101010110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68132D; }

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

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

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

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

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

<style>
 span { border-color: #68132D; }

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

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