#631024

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

Shades of Pohutukawa #631024

Tints of Pohutukawa #631024

Color information

#631024 (or 0x631024) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 24. RGB value is (99,16,36). Sum of RGB (Red+Green+Blue) = 99+16+36=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #631024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631024 is #9CEFDB. Grayscale: #2B2B2B. Windows color (decimal): -10285020 or 2363491. OLE color: 2363491.

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

Color convert

RGB991636-
CMYK00.840.640.61
HSL345.54º72.17%22.55%-
HSV(B)345.54º83.84%38.82%-
XYZ5.653.151.98-
YUV43.1124167.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=65.56%
G=10.60%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99163600.840.640.61345.5472.1722.55
Hex631024054403D15a4817
Octal143204401241007553211027
Binary110001110000100100010101001000000111101101011010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631024; }

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

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

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

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

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

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

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

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