#630822

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

Shades of Pohutukawa #630822

Tints of Pohutukawa #630822

Color information

#630822 (or 0x630822) is unknown color: approx Pohutukawa. HEX triplet: 63, 08 and 22. RGB value is (99,8,34). Sum of RGB (Red+Green+Blue) = 99+8+34=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #630822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630822 is #9CF7DD. Grayscale: #262626. Windows color (decimal): -10287070 or 2230371. OLE color: 2230371.

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

Color convert

RGB99834-
CMYK00.920.660.61
HSL342.86º85.05%20.98%-
HSV(B)342.86º91.92%38.82%-
XYZ5.522.941.79-
YUV38.17125.65171.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.21%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=70.21%
G=5.67%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9983400.920.660.61342.8685.0520.98
Hex6382205C423D1575515
Octal143104201341027552712525
Binary11000111000100010010111001000010111101101010111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630822; }

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

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

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

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

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

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

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

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