#68131D

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

Shades of Pohutukawa #68131D

Tints of Pohutukawa #68131D

Color information

#68131D (or 0x68131D) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 1D. RGB value is (104,19,29). Sum of RGB (Red+Green+Blue) = 104+19+29=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68131D is #97ECE2. Grayscale: #2D2D2D. Windows color (decimal): -9956579 or 1905512. OLE color: 1905512.

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

Color convert

RGB1041929-
CMYK00.820.720.59
HSL352.94º69.11%24.12%-
HSV(B)352.94º81.73%40.78%-
XYZ6.163.51.51-
YUV45.55118.66169.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=68.42%
G=12.5%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104192900.820.720.59352.9469.1124.12
Hex68131D052483B1614518
Octal150233501221107354110530
Binary11010001001111101010100101001000111011101100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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