#68132A

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

Shades of Pohutukawa #68132A

Tints of Pohutukawa #68132A

Color information

#68132A (or 0x68132A) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 2A. RGB value is (104,19,42). Sum of RGB (Red+Green+Blue) = 104+19+42=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68132A is #97ECD5. Grayscale: #2F2F2F. Windows color (decimal): -9956566 or 2757480. OLE color: 2757480.

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

Color convert

RGB1041942-
CMYK00.820.600.59
HSL343.76º69.11%24.12%-
HSV(B)343.76º81.73%40.78%-
XYZ6.363.582.55-
YUV47.04125.16168.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=63.03%
G=11.52%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104194200.820.600.59343.7669.1124.12
Hex68132A0523C3B1584518
Octal15023520122747353010530
Binary11010001001110101001010010111100111011101011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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