#631719

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

Shades of Pohutukawa #631719

Tints of Pohutukawa #631719

Color information

#631719 (or 0x631719) is unknown color: approx Pohutukawa. HEX triplet: 63, 17 and 19. RGB value is (99,23,25). Sum of RGB (Red+Green+Blue) = 99+23+25=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #631719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631719 is #9CE8E6. Grayscale: #2E2E2E. Windows color (decimal): -10283239 or 1644387. OLE color: 1644387.

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

Color convert

RGB992325-
CMYK00.770.750.61
HSL358.42º62.3%23.92%-
HSV(B)358.42º76.77%38.82%-
XYZ5.633.341.27-
YUV45.95116.18165.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=67.35%
G=15.65%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99232500.770.750.61358.4262.323.92
Hex63171904D4B3D1663e18
Octal14327310115113755467630
Binary1100011101111100101001101100101111110110110011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631719; }

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

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

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

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

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

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

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

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