#63162a

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

Shades of Pohutukawa #63162A

Tints of Pohutukawa #63162A

Color information

#63162A (or 0x63162A) is unknown color: approx Pohutukawa. HEX triplet: 63, 16 and 2A. RGB value is (99,22,42). Sum of RGB (Red+Green+Blue) = 99+22+42=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63162A is #9CE9D5. Grayscale: #2F2F2F. Windows color (decimal): -10283478 or 2758243. OLE color: 2758243.

HSL color Cylindrical-coordinate representation of color #63162A: hue angle of 344.42º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63162A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB992242-
CMYK00.780.580.61
HSL344.42º63.64%23.73%-
HSV(B)344.42º77.78%38.82%-
XYZ5.853.392.54-
YUV47.3125.01164.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60.74%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=60.74%
G=13.50%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99224200.780.580.61344.4263.6423.73
Hex63162A04E3A3D1584018
Octal14326520116727553010030
Binary11000111011010101001001110111010111101101011000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63162a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63162a; }

 p { color: rgb(99,22,42); }

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

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

 a { background-color: rgb(99,22,42); }

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

<style>
 span { border-color: #63162a; }

 span { border-color: rgb(99,22,42); }

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