#631718

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

Shades of Pohutukawa #631718

Tints of Pohutukawa #631718

Color information

#631718 (or 0x631718) is unknown color: approx Pohutukawa. HEX triplet: 63, 17 and 18. RGB value is (99,23,24). Sum of RGB (Red+Green+Blue) = 99+23+24=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #631718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631718 is #9CE8E7. Grayscale: #2D2D2D. Windows color (decimal): -10283240 or 1578851. OLE color: 1578851.

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

Color convert

RGB992324-
CMYK00.770.760.61
HSL359.21º62.3%23.92%-
HSV(B)359.21º76.77%38.82%-
XYZ5.623.331.21-
YUV45.84115.68165.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 24 (9.77% from 255) = 16.44%
R=67.81%
G=15.75%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99232400.770.760.61359.2162.323.92
Hex63171804D4C3D1673e18
Octal14327300115114755477630
Binary1100011101111100001001101100110011110110110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631718; }

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

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

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

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

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

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

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

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