#630623

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

Shades of Pohutukawa #630623

Tints of Pohutukawa #630623

Color information

#630623 (or 0x630623) is unknown color: approx Pohutukawa. HEX triplet: 63, 06 and 23. RGB value is (99,6,35). Sum of RGB (Red+Green+Blue) = 99+6+35=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #630623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630623 is #9CF9DC. Grayscale: #252525. Windows color (decimal): -10287581 or 2295395. OLE color: 2295395.

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

Color convert

RGB99635-
CMYK00.940.650.61
HSL341.29º88.57%20.59%-
HSV(B)341.29º93.94%38.82%-
XYZ5.512.91.86-
YUV37.11126.81172.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.71%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 35 (14.06% from 255) = 25%
R=70.71%
G=4.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9963500.940.650.61341.2988.5720.59
Hex6362305E413D1555915
Octal14364301361017552513125
Binary1100011110100011010111101000001111101101010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630623; }

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

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

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

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

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

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

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

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