#630423

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

Shades of Pohutukawa #630423

Tints of Pohutukawa #630423

Color information

#630423 (or 0x630423) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 23. RGB value is (99,4,35). Sum of RGB (Red+Green+Blue) = 99+4+35=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630423 is #9CFBDC. Grayscale: #232323. Windows color (decimal): -10288093 or 2294883. OLE color: 2294883.

HSL color Cylindrical-coordinate representation of color #630423: hue angle of 340.42º 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 #630423 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.61.

Color convert

RGB99435-
CMYK00.960.650.61
HSL340.42º92.23%20.2%-
HSV(B)340.42º95.96%38.82%-
XYZ5.492.861.85-
YUV35.94127.47172.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=71.74%
G=2.90%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9943500.960.650.61340.4292.2320.2
Hex63423060413D1545c14
Octal14344301401017552413424
Binary1100011100100011011000001000001111101101010100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630423; }

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

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

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

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

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

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

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

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