#630422

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

Shades of Pohutukawa #630422

Tints of Pohutukawa #630422

Color information

#630422 (or 0x630422) is unknown color: approx Pohutukawa. HEX triplet: 63, 04 and 22. RGB value is (99,4,34). Sum of RGB (Red+Green+Blue) = 99+4+34=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #630422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630422 is #9CFBDD. Grayscale: #232323. Windows color (decimal): -10288094 or 2229347. OLE color: 2229347.

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

Color convert

RGB99434-
CMYK00.960.660.61
HSL341.05º92.23%20.2%-
HSV(B)341.05º95.96%38.82%-
XYZ5.482.851.78-
YUV35.82126.97173.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 72.26%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=72.26%
G=2.92%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9943400.960.660.61341.0592.2320.2
Hex63422060423D1555c14
Octal14344201401027552513424
Binary1100011100100010011000001000010111101101010101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630422; }

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

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

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

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

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

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

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

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