#631026

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

Shades of Pohutukawa #631026

Tints of Pohutukawa #631026

Color information

#631026 (or 0x631026) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 26. RGB value is (99,16,38). Sum of RGB (Red+Green+Blue) = 99+16+38=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #631026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631026 is #9CEFD9. Grayscale: #2B2B2B. Windows color (decimal): -10285018 or 2494563. OLE color: 2494563.

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

Color convert

RGB991638-
CMYK00.840.620.61
HSL344.1º72.17%22.55%-
HSV(B)344.1º83.84%38.82%-
XYZ5.683.162.14-
YUV43.32125167.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=64.71%
G=10.46%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99163800.840.620.61344.172.1722.55
Hex6310260543E3D1584817
Octal14320460124767553011027
Binary11000111000010011001010100111110111101101011000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631026; }

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

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

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

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

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

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

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

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