#630522

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

Shades of Pohutukawa #630522

Tints of Pohutukawa #630522

Color information

#630522 (or 0x630522) is unknown color: approx Pohutukawa. HEX triplet: 63, 05 and 22. RGB value is (99,5,34). Sum of RGB (Red+Green+Blue) = 99+5+34=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630522 is #9CFADD. Grayscale: #242424. Windows color (decimal): -10287838 or 2229603. OLE color: 2229603.

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

Color convert

RGB99534-
CMYK00.950.660.61
HSL341.49º90.38%20.39%-
HSV(B)341.49º94.95%38.82%-
XYZ5.492.881.78-
YUV36.41126.64172.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 34 (13.67% from 255) = 24.64%
R=71.74%
G=3.62%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9953400.950.660.61341.4990.3820.39
Hex6352205F423D1555a14
Octal14354201371027552513224
Binary1100011101100010010111111000010111101101010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630522; }

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

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

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

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

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

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

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

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