#630826

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

Shades of Pohutukawa #630826

Tints of Pohutukawa #630826

Color information

#630826 (or 0x630826) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 26. RGB value is (99,8,38). Sum of RGB (Red+Green+Blue) = 99+8+38=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #630826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630826 is #9CF7D9. Grayscale: #262626. Windows color (decimal): -10287066 or 2492515. OLE color: 2492515.

HSL color Cylindrical-coordinate representation of color #630826: hue angle of 340.22º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630826 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB99838-
CMYK00.920.620.61
HSL340.22º85.05%20.98%-
HSV(B)340.22º91.92%38.82%-
XYZ5.582.972.11-
YUV38.63127.65171.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=68.28%
G=5.52%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9983800.920.620.61340.2285.0520.98
Hex6382605C3E3D1545515
Octal14310460134767552412525
Binary1100011100010011001011100111110111101101010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630826; }

 p { color: rgb(99,8,38); }

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

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

 a { background-color: rgb(99,8,38); }

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

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

 span { border-color: rgb(99,8,38); }

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