#631E2E

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

Shades of Pohutukawa #631E2E

Tints of Pohutukawa #631E2E

Color information

#631E2E (or 0x631E2E) is unknown color: approx Pohutukawa. HEX triplet: 63, 1E and 2E. RGB value is (99,30,46). Sum of RGB (Red+Green+Blue) = 99+30+46=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E2E is #9CE1D1. Grayscale: #343434. Windows color (decimal): -10281426 or 3022435. OLE color: 3022435.

HSL color Cylindrical-coordinate representation of color #631E2E: hue angle of 346.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E2E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB993046-
CMYK00.700.540.61
HSL346.09º53.49%25.29%-
HSV(B)346.09º69.7%38.82%-
XYZ6.13.782.99-
YUV52.46124.36161.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 46 (18.36% from 255) = 26.29%
R=56.57%
G=17.14%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99304600.700.540.61346.0953.4925.29
Hex631E2E046363D15a3519
Octal1433656010666755326531
Binary1100011111101011100100011011011011110110101101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631E2E; }

 p { color: rgb(99,30,46); }

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

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

 a { background-color: rgb(99,30,46); }

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

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

 span { border-color: rgb(99,30,46); }

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