#631025

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

Shades of Pohutukawa #631025

Tints of Pohutukawa #631025

Color information

#631025 (or 0x631025) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 25. RGB value is (99,16,37). Sum of RGB (Red+Green+Blue) = 99+16+37=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #631025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631025 is #9CEFDA. Grayscale: #2B2B2B. Windows color (decimal): -10285019 or 2429027. OLE color: 2429027.

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

Color convert

RGB991637-
CMYK00.840.630.61
HSL344.82º72.17%22.55%-
HSV(B)344.82º83.84%38.82%-
XYZ5.663.162.06-
YUV43.21124.5167.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=65.13%
G=10.53%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99163700.840.630.61344.8272.1722.55
Hex6310250543F3D1594817
Octal14320450124777553111027
Binary11000111000010010101010100111111111101101011001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631025; }

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

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

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

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

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

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

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

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