#630405

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

Shades of Pohutukawa #630405

Tints of Pohutukawa #630405

Color information

#630405 (or 0x630405) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 05. RGB value is (99,4,5). Sum of RGB (Red+Green+Blue) = 99+4+5=108 (14% of max value = 765). Red value is 99 (39.06% from 255 or 91.67% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 99 - color contains mainly: red. Hex color #630405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630405 is #9CFBFA. Grayscale: #202020. Windows color (decimal): -10288123 or 328803. OLE color: 328803.

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

Color convert

RGB9945-
CMYK00.960.950.61
HSL359.37º92.23%20.2%-
HSV(B)359.37º95.96%38.82%-
XYZ5.222.750.4-
YUV32.52112.47175.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 91.67%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=91.67%
G=3.70%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal994500.960.950.61359.3792.2320.2
Hex63450605F3D1675c14
Octal1434501401377554713424
Binary1100011100101011000001011111111101101100111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630405; }

 p { color: rgb(99,4,5); }

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

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

 a { background-color: rgb(99,4,5); }

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

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

 span { border-color: rgb(99,4,5); }

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