#631625

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

Shades of Pohutukawa #631625

Tints of Pohutukawa #631625

Color information

#631625 (or 0x631625) is unknown color: approx Pohutukawa. HEX triplet: 63, 16 and 25. RGB value is (99,22,37). Sum of RGB (Red+Green+Blue) = 99+22+37=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #631625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631625 is #9CE9DA. Grayscale: #2E2E2E. Windows color (decimal): -10283483 or 2430563. OLE color: 2430563.

HSL color Cylindrical-coordinate representation of color #631625: hue angle of 348.31º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631625 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB992237-
CMYK00.780.630.61
HSL348.31º63.64%23.73%-
HSV(B)348.31º77.78%38.82%-
XYZ5.773.362.09-
YUV46.73122.51165.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.66%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=62.66%
G=13.92%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99223700.780.630.61348.3163.6423.73
Hex63162504E3F3D15c4018
Octal14326450116777553410030
Binary11000111011010010101001110111111111101101011100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631625; }

 p { color: rgb(99,22,37); }

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

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

 a { background-color: rgb(99,22,37); }

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

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

 span { border-color: rgb(99,22,37); }

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