#631825

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

Shades of Pohutukawa #631825

Tints of Pohutukawa #631825

Color information

#631825 (or 0x631825) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 25. RGB value is (99,24,37). Sum of RGB (Red+Green+Blue) = 99+24+37=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #631825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631825 is #9CE7DA. Grayscale: #2F2F2F. Windows color (decimal): -10282971 or 2431075. OLE color: 2431075.

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

Color convert

RGB992437-
CMYK00.760.630.61
HSL349.6º60.98%24.12%-
HSV(B)349.6º75.76%38.82%-
XYZ5.813.442.11-
YUV47.91121.85164.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 61.88%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=61.88%
G=15%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99243700.760.630.61349.660.9824.12
Hex63182504C3F3D15e3d18
Octal1433045011477755367530
Binary1100011110001001010100110011111111110110101111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631825; }

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

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

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

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

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

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

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

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